From 33ce5923791ebe381099b06638b50e99b982103b Mon Sep 17 00:00:00 2001 From: Krishna Acondy Date: Tue, 22 Sep 2020 10:51:44 +0100 Subject: [PATCH] fix(*): fix build issue with iconv-loader --- webpack.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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$/) + }) ] }