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

@@ -43,8 +43,11 @@
"**.vspscc"
],
"scripts": {
"prepublish": [
"prepare": [
"npm install",
"webpack --config webpack.config.vendor.js"
],
"prepublish": [
"webpack"
]
}