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 ad4c053 commit 6f76253Copy full SHA for 6f76253
packages/react-scripts/config/webpack.config.ssr.js
@@ -350,6 +350,7 @@ module.exports = function(webpackEnv) {
350
],
351
},
352
module: {
353
+ noParse: /iconv-loader\.js$/, // https://github.com/webpack/webpack/issues/3078#issuecomment-400697407
354
strictExportPresence: true,
355
rules: [
356
// Disable require.ensure as it's not a standard language feature.
@@ -616,7 +617,6 @@ module.exports = function(webpackEnv) {
616
617
618
619
plugins: [
- new webpack.IgnorePlugin(/\/iconv-loader$/), // https://github.com/webpack/webpack/issues/3078#issuecomment-400697407
620
useHardSourceWebpackPlugin &&
621
new HardSourceWebpackPlugin({ environmentHash }),
622
0 commit comments