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 59bb666 commit 98bf82dCopy full SHA for 98bf82d
src/conf/webpack.config.dev.js
@@ -27,8 +27,7 @@ module.exports = function (cmd) {
27
loaders.push({
28
// Process JS with Babel.
29
test: /\.(js|jsx|mjs)$/,
30
- // exclude: paths.getExcludeFoldersRegExp.concat(/\.(cache)/),
31
- exclude: /node_modules/,
+ exclude: paths.getExcludeFoldersRegExp.concat(/\.(cache)/),
32
use: [
33
{
34
loader: require.resolve('string-replace-loader'),
0 commit comments