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

Commit c3e54b7

Browse files
committed
s/babel-loader/babel/
1 parent 10d01d2 commit c3e54b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
externals: [externals()],
1616
module: {
1717
loaders: [
18-
{ test:/\.js$/, loader:'babel-loader', exclude: /node_modules/ },
18+
{ test:/\.js$/, loader:'babel', exclude: /node_modules/ },
1919
{ test:/\.json$/, loader:'json' }
2020
]
2121
}

0 commit comments

Comments
 (0)