X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fpackage.json;h=67039117e7c81d9cedd038a25708e853f5f2b992;hb=75f920d496ae90fe09ed16e9d94d0a3c3bb431c0;hp=75f7ced346a0e4d5cd4655a9961bd471ae6c5ffe;hpb=a8fd8da95fbdc2ccac30b1327edeb410f16a505a;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/package.json b/webapp-frontend/package.json index 75f7ced..6703911 100644 --- a/webapp-frontend/package.json +++ b/webapp-frontend/package.json @@ -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",