Skip to content

Commit 16e486a

Browse files
committed
remove repeated "loose=all"
1 parent 93d4901 commit 16e486a

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
@@ -20,7 +20,7 @@ module.exports = {
2020

2121
module: {
2222
loaders: [
23-
{ test: /\.js$/, exclude: /node_modules/, loader: 'babel?loose=all' }
23+
{ test: /\.js$/, exclude: /node_modules/, loader: 'babel' }
2424
]
2525
},
2626

0 commit comments

Comments
 (0)