Skip to content
Snippets Groups Projects
Commit e56b74f4 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #16950 TIME 0:05 remove hash suffix file in production mode compilation

(cherry picked from commit 6e4ac457)
parent d9d31e93
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
"reload-packages-prod": "rm -Rf node_modules && rm package-lock.json && npm cache clean --force && npm i --production", "reload-packages-prod": "rm -Rf node_modules && rm package-lock.json && npm cache clean --force && npm i --production",
"build": "ng build", "build": "ng build",
"build-watch": "ng build --watch", "build-watch": "ng build --watch",
"build-prod": "ng build --prod", "build-prod": "ng build --prod --output-hashing none",
"build-release": "npm run build-prod && npm run reload-packages-prod" "build-release": "npm run build-prod && npm run reload-packages-prod"
}, },
"private": true, "private": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment