In ReactSpa template, change vendor bundle to be a prebuilt DLL (for faster builds)

This commit is contained in:
SteveSandersonMS
2016-03-01 13:18:35 +00:00
parent 8a5e58aa2c
commit 60bcbc4d12
5 changed files with 45 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ module.exports = {
},
plugins: [
extractCSS,
new webpack.optimize.OccurenceOrderPlugin(),
new webpack.optimize.UglifyJsPlugin({ minimize: true })
]
};