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 bf7d1c4 commit 001c23eCopy full SHA for 001c23e
packages/react-scripts/config/webpack.config.js
@@ -163,6 +163,8 @@ module.exports = function(webpackEnv) {
163
filename: isEnvProduction
164
? 'static/js/[name].[contenthash:8].js'
165
: isEnvDevelopment && 'static/js/bundle.js',
166
+ // TODO: remove this when upgrading to webpack 5
167
+ futureEmitAssets: true,
168
// There are also additional JS chunk files if you use code splitting.
169
chunkFilename: isEnvProduction
170
? 'static/js/[name].[contenthash:8].chunk.js'
0 commit comments