We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88458dd + 2035877 commit 6c0d8c4Copy full SHA for 6c0d8c4
webpack.config.common.js
@@ -15,6 +15,7 @@ const rules = [{
15
use: ['eslint-loader']
16
}, {
17
test: /\.jsx?$/,
18
+ exclude: /node_modules/,
19
use: ['babel-loader']
20
21
test: /\.(png|jpg|gif)$/,
0 commit comments