Remove "--output-hashing=media" from Angular package.json as it's no longer needed

This commit is contained in:
Steve Sanderson 2017-11-22 17:28:13 +00:00
parent 505ebcf1e6
commit 7fe5fe2393
1 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve --deploy-url=/dist/ --output-hashing=media --extract-css",
"build": "ng build --deploy-url=/dist/ --output-hashing=media --extract-css",
"build:ssr": "ng build --deploy-url=/dist/ --output-hashing=media --extract-css --app=ssr",
"start": "ng serve --deploy-url=/dist/ --extract-css",
"build": "ng build --deploy-url=/dist/ --extract-css",
"build:ssr": "npm run build -- --app=ssr",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"