1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-10 17:04:36 +00:00

fix(*): fix build issue with iconv-loader

This commit is contained in:
Krishna Acondy
2020-09-22 10:51:44 +01:00
parent f764f1f22f
commit 33ce592379

View File

@@ -40,8 +40,7 @@ const browserConfig = {
filename: null,
exclude: [/node_modules/],
test: /\.ts($|\?)/i
}),
new webpack.IgnorePlugin(/\/iconv-loader$/)
})
]
}