We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b139e9b commit d592439Copy full SHA for d592439
examples/Bootstrap4/webpack.config.js
@@ -18,7 +18,7 @@ module.exports = {
18
19
module: {
20
rules: [
21
- { test: /\.jsx?$/, exclude: /node_modules/, loader: 'babel-loader' },
+ { test: /\.jsx?$/, loader: 'babel-loader' },
22
{ test: /\.js$/, loader: 'source-map-loader' },
23
{ test: /\.html$/, loader: 'file-loader', options: {name: '[path][name].[ext]'} },
24
{
0 commit comments