mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 18:47:30 +00:00
Change Angular2 template to use vendor DLL too. Temporarily disabled server-side prerendering.
This commit is contained in:
@@ -43,8 +43,11 @@
|
||||
"**.vspscc"
|
||||
],
|
||||
"scripts": {
|
||||
"prepublish": [
|
||||
"prepare": [
|
||||
"npm install",
|
||||
"webpack --config webpack.config.vendor.js"
|
||||
],
|
||||
"prepublish": [
|
||||
"webpack"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user