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 (#941)
  • Loading branch information
Gingernaut authored and LinusBorg committed Oct 16, 2017
1 parent b196679 commit 937ebe6
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 @@ -37,7 +37,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 937ebe6

Please sign in to comment.