Skip to content
This repository was archived by the owner on Feb 5, 2020. It is now read-only.

Commit 94783b4

Browse files
fleschJohn Flesch
authored andcommitted
Merge branch 'dmk255-fix-webpack-loaders'
2 parents 51c032f + a5d023f commit 94783b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ module.exports = {
1515
externals: [externals()],
1616
module: {
1717
loaders: [
18-
{ test:/\.js$/, loader:'babel', exclude: /node_modules/ },
19-
{ test:/\.json$/, loader:'json' }
18+
{ test:/\.js$/, loader:'babel-loader', exclude: /node_modules/ },
19+
{ test:/\.json$/, loader:'json-loader' }
2020
]
2121
}
2222
};

0 commit comments

Comments
 (0)