diff --git a/webpack.config.js b/webpack.config.js index d4b27daa..87bc07f2 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -53,7 +53,7 @@ module.exports = { rules: [ { test: /\.js$/, - exclude: /node_modules/, + exclude: /node_modules\/(?!jsesc)/, loader: "babel-loader?compact=false" }, {