diff --git a/angular/package.json b/angular/package.json index ee2d394..e7adc89 100644 --- a/angular/package.json +++ b/angular/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve --host 192.168.0.14", - "build": "ng build --aot --configuration production --output-hashing none", + "build": "ng build --aot --configuration production --output-hashing all", "watch": "ng build --watch --configuration development", "test": "ng test" },