Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
disable module concatenation
  • Loading branch information
Jack Zhao committed May 16, 2018
commit 543ae5305be7b42b932f1a336e03d9b505c3e79d
4 changes: 4 additions & 0 deletions packages/react-scripts/config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -479,4 +479,8 @@ module.exports = {
// Turn off performance processing because we utilize
// our own hints via the FileSizeReporter
performance: false,
optimization: {
// webpack-manifest-plugin currently does not play well with ConcatenatedModule
concatenateModules: false,
},
};