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

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

parent 6d522c2c
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 --output-hashing none", "build-prod": "ng build --prod",
"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