File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
packages/react-scripts/config Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,8 @@ module.exports = {
165
165
// Keep the runtime chunk seperated to enable long term caching
166
166
// https://twitter.com/wSokra/status/969679223278505985
167
167
runtimeChunk : true ,
168
+ // webpack-manifest-plugin currently does not play well with ConcatenatedModule
169
+ concatenateModules : false ,
168
170
} ,
169
171
resolve : {
170
172
// This allows you to set a fallback for where Webpack should look for modules.
@@ -479,8 +481,4 @@ module.exports = {
479
481
// Turn off performance processing because we utilize
480
482
// our own hints via the FileSizeReporter
481
483
performance : false ,
482
- optimization : {
483
- // webpack-manifest-plugin currently does not play well with ConcatenatedModule
484
- concatenateModules : false ,
485
- } ,
486
484
} ;
You can’t perform that action at this time.
0 commit comments