We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 723224f commit 8f2413eCopy full SHA for 8f2413e
packages/react-scripts/config/webpack.config.js
@@ -305,7 +305,7 @@ module.exports = function (webpackEnv) {
305
// https://medium.com/webpack/webpack-4-code-splitting-chunk-graph-and-the-splitchunks-optimization-be739a861366
306
splitChunks: {
307
chunks: 'all',
308
- name: false,
+ name: isEnvDevelopment,
309
},
310
// Keep the runtime chunk separated to enable long term caching
311
// https://twitter.com/wSokra/status/969679223278505985
0 commit comments