In Angular template, add --output-hashing=media to build:ssr as it's needed for 1.5.4 prod builds

This commit is contained in:
Steve Sanderson 2017-11-23 11:40:43 +00:00
parent 98f29207a2
commit 77afab3b58
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"ng": "ng",
"start": "ng serve --extract-css",
"build": "ng build --extract-css",
"build:ssr": "npm run build -- --app=ssr",
"build:ssr": "npm run build -- --app=ssr --output-hashing=media",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"