We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c0fe2 commit 8432ce1Copy full SHA for 8432ce1
packages/react-scripts/config/webpack.config.js
@@ -290,7 +290,7 @@ module.exports = function (webpackEnv) {
290
// https://medium.com/webpack/webpack-4-code-splitting-chunk-graph-and-the-splitchunks-optimization-be739a861366
291
splitChunks: {
292
chunks: 'all',
293
- name: false,
+ name: isEnvDevelopment,
294
},
295
// Keep the runtime chunk separated to enable long term caching
296
// https://twitter.com/wSokra/status/969679223278505985
0 commit comments