We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed9a39 commit 3fac036Copy full SHA for 3fac036
packages/react-scripts/config/webpack.config.dev.js
@@ -71,6 +71,8 @@ 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
+ // There are also additional JS chunk files if you use code splitting.
75
+ chunkFilename: 'static/js/[name].chunk.js',
76
// This is the URL that app is served from. We use "/" in development.
77
publicPath: publicPath,
78
// Point sourcemap entries to original disk location
0 commit comments