Change Angular2 template to use vendor DLL too. Temporarily disabled server-side prerendering.

This commit is contained in:
SteveSandersonMS
2016-03-01 14:30:42 +00:00
parent 2c3f29df11
commit 4dcf63dab4
9 changed files with 62 additions and 19 deletions

View File

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