Skip to content

Commit 038f9ed

Browse files
committed
Remove futureEmitAssets from webpack config
1 parent f60cbda commit 038f9ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/react-scripts/config/webpack.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,6 @@ module.exports = function(webpackEnv) {
186186
filename: isEnvProduction
187187
? 'static/js/[name].[contenthash:8].js'
188188
: isEnvDevelopment && 'static/js/bundle.js',
189-
// TODO: remove this when upgrading to webpack 5
190-
futureEmitAssets: true,
191189
// There are also additional JS chunk files if you use code splitting.
192190
chunkFilename: isEnvProduction
193191
? 'static/js/[name].[contenthash:8].chunk.js'

0 commit comments

Comments
 (0)