diff --git a/webpack.config.js b/webpack.config.js index cce9a6a209..59d08a1855 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -62,6 +62,7 @@ const baseConfig = { new CleanWebpackPlugin(), ], module: { + noParse: /node_modules\/lodash\/lodash\.js/, rules: [ { test: /\.(j|t)sx?$/,