--output-hashing=all added to build
This commit is contained in:
parent
df4e2b00e2
commit
782c254a33
|
|
@ -6,7 +6,7 @@
|
||||||
"start": "ng serve & http-server ../bizmatch-server",
|
"start": "ng serve & http-server ../bizmatch-server",
|
||||||
"prebuild": "node version.js",
|
"prebuild": "node version.js",
|
||||||
"build": "node version.js && ng build",
|
"build": "node version.js && ng build",
|
||||||
"build.dev": "node version.js && ng build --configuration dev",
|
"build.dev": "node version.js && ng build --configuration dev --output-hashing=all",
|
||||||
"watch": "ng build --watch --configuration development",
|
"watch": "ng build --watch --configuration development",
|
||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
"serve:ssr:bizmatch": "node dist/bizmatch/server/server.mjs"
|
"serve:ssr:bizmatch": "node dist/bizmatch/server/server.mjs"
|
||||||
|
|
@ -66,4 +66,4 @@
|
||||||
"karma-jasmine-html-reporter": "~2.1.0",
|
"karma-jasmine-html-reporter": "~2.1.0",
|
||||||
"typescript": "~5.3.3"
|
"typescript": "~5.3.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue