Skip to content

Commit

Permalink
Comment out optimization.splitChunks.cacheGroups.[name].chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija authored Oct 20, 2018
1 parent e045746 commit 00b646a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const prodConfig = {
styles: {
name: 'styles',
test: /\.css$/,
chunks: 'all',
// chunks: 'all',
enforce: true
}
}
Expand Down

0 comments on commit 00b646a

Please sign in to comment.