We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f76253 commit 83e5434Copy full SHA for 83e5434
packages/react-scripts/config/webpack.config.js
@@ -345,6 +345,7 @@ module.exports = function(webpackEnv) {
345
],
346
},
347
module: {
348
+ noParse: /iconv-loader\.js$/, // https://github.com/webpack/webpack/issues/3078#issuecomment-400697407
349
strictExportPresence: true,
350
rules: [
351
// Disable require.ensure as it's not a standard language feature.
0 commit comments