diff --git a/config/webpack.config.js b/config/webpack.config.js index dd94258e..2d3ba319 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -25,7 +25,6 @@ module.exports = { extensions: ['.js', '.jsx'] }, module: { - noParse: [], rules: rules }, node: { diff --git a/config/webpack.production.config.js b/config/webpack.production.config.js index 3940c30f..fd460065 100644 --- a/config/webpack.production.config.js +++ b/config/webpack.production.config.js @@ -23,7 +23,6 @@ module.exports = { extensions: ['.js', '.jsx'] }, module: { - noParse: [], rules: rules }, node: {