We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed9a39 commit 3e612c7Copy full SHA for 3e612c7
packages/react-scripts/config/webpack.config.dev.js
@@ -71,6 +71,7 @@ module.exports = {
71
// served by WebpackDevServer in development. This is the JS bundle
72
// containing code from all our entry points, and the Webpack runtime.
73
filename: 'static/js/bundle.js',
74
+ chunkFilename: 'static/js/[name].chunk.js',
75
// This is the URL that app is served from. We use "/" in development.
76
publicPath: publicPath,
77
// Point sourcemap entries to original disk location
0 commit comments