Skip to content

Commit

Permalink
Use multi-process parallel running and file cache to improve the buil…
Browse files Browse the repository at this point in the history
…d speed (vuejs-templates#941)
  • Loading branch information
Gingernaut authored and frandiox committed Nov 22, 2017
1 parent 2041658 commit 58f888a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template/build/webpack.prod.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ const webpackConfig = merge(baseWebpackConfig, {
compress: {
warnings: false
},
sourceMap: true
sourceMap: true,
parallel: true
}),
// extract css into its own file
new ExtractTextPlugin({
Expand Down

0 comments on commit 58f888a

Please sign in to comment.