diff --git a/webpack.config.js b/webpack.config.js index d170108..9e1434e 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -40,8 +40,7 @@ const browserConfig = { filename: null, exclude: [/node_modules/], test: /\.ts($|\?)/i - }), - new webpack.IgnorePlugin(/\/iconv-loader$/) + }) ] }