diff --git a/package.json b/package.json index 47b2b3f..a8a02f5 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "ng": "ng", "start": "ng serve --host 0.0.0.0 --disable-host-check --port=5000", - "build": "ng build", + "build": "ng build --output-hashing all", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e"