Remove "--output-hashing=media" from Angular package.json as it's no longer needed
This commit is contained in:
parent
505ebcf1e6
commit
7fe5fe2393
|
|
@ -4,9 +4,9 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve --deploy-url=/dist/ --output-hashing=media --extract-css",
|
"start": "ng serve --deploy-url=/dist/ --extract-css",
|
||||||
"build": "ng build --deploy-url=/dist/ --output-hashing=media --extract-css",
|
"build": "ng build --deploy-url=/dist/ --extract-css",
|
||||||
"build:ssr": "ng build --deploy-url=/dist/ --output-hashing=media --extract-css --app=ssr",
|
"build:ssr": "npm run build -- --app=ssr",
|
||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"e2e": "ng e2e"
|
"e2e": "ng e2e"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue