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 f60cbda commit 038f9edCopy full SHA for 038f9ed
packages/react-scripts/config/webpack.config.js
@@ -186,8 +186,6 @@ module.exports = function(webpackEnv) {
186
filename: isEnvProduction
187
? 'static/js/[name].[contenthash:8].js'
188
: isEnvDevelopment && 'static/js/bundle.js',
189
- // TODO: remove this when upgrading to webpack 5
190
- futureEmitAssets: true,
191
// There are also additional JS chunk files if you use code splitting.
192
chunkFilename: isEnvProduction
193
? 'static/js/[name].[contenthash:8].chunk.js'
0 commit comments