We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d4901 commit 16e486aCopy full SHA for 16e486a
webpack.config.js
@@ -20,7 +20,7 @@ module.exports = {
20
21
module: {
22
loaders: [
23
- { test: /\.js$/, exclude: /node_modules/, loader: 'babel?loose=all' }
+ { test: /\.js$/, exclude: /node_modules/, loader: 'babel' }
24
]
25
},
26
0 commit comments