Avoid cache problems
[portal/nonrtric-controlpanel.git] / webapp-frontend / package.json
index 75f7ced..6703911 100644 (file)
@@ -5,7 +5,8 @@
     "ng": "ng",
     "start": "ng serve --proxy-config proxy.conf.json",
     "start:mock": "ng serve --configuration=mock",
-    "build": "ng build",
+    "build": "ng build --output-hashing all",
+    "build:prod": "ng build --configuration production --build-optimizer --vendor-chunk",
     "test": "ng test --watch=true",
     "lint": "ng lint",
     "e2e": "ng e2e",