diff --git a/webpack.config.js b/webpack.config.js index 88764172f..763269662 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -14,8 +14,8 @@ module.exports = { rules: [ { test: /\.js$/, - include: [ - path.resolve(__dirname, 'src') + exclude: [ + path.resolve(__dirname, 'node_modules') ], use: { loader: 'babel-loader',