--output-hashing=all added to build

This commit is contained in:
Andreas Knuth 2024-05-17 15:33:19 -05:00
parent df4e2b00e2
commit 782c254a33
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"start": "ng serve & http-server ../bizmatch-server",
"prebuild": "node version.js",
"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",
"test": "ng test",
"serve:ssr:bizmatch": "node dist/bizmatch/server/server.mjs"
@ -66,4 +66,4 @@
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.3.3"
}
}
}