Skip to content

Commit

Permalink
Merge pull request #52 from Sija/patch-1
Browse files Browse the repository at this point in the history
Comment out optimization.splitChunks.cacheGroups.[name].chunks
  • Loading branch information
pqml authored Oct 20, 2018
2 parents e045746 + 00b646a commit a1742d3
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 a1742d3

Please sign in to comment.