Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
fix(build): Disable splitting all chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp committed Mar 5, 2018
1 parent 734d456 commit db922f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ module.exports = merge(common, {
filename: '[name].[chunkhash].js',
chunkFilename: 'chunk.[chunkhash].js'
},
optimization: {
splitChunks: {
chunks: 'all'
}
},
//optimization: {
//splitChunks: {
//chunks: 'all'
//}
//},
plugins: [
new UglifyJSPlugin({
uglifyOptions: {
Expand Down

0 comments on commit db922f5

Please sign in to comment.