Change AureliaSpa to use vendor bundle like the other templates

This commit is contained in:
SteveSandersonMS
2016-10-28 14:51:12 +01:00
parent 3087352ea1
commit acfb253a40
6 changed files with 70 additions and 33 deletions

View File

@@ -62,6 +62,7 @@
"scripts": {
"prepublish": [
"npm install",
"node node_modules/webpack/bin/webpack.js --config webpack.config.vendor.js --env.prod",
"node node_modules/webpack/bin/webpack.js --env.prod"
],
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"