mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 18:47:30 +00:00
In ReactSpa template, change vendor bundle to be a prebuilt DLL (for faster builds)
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