diff --git a/package.json b/package.json index b4d5291..c6551c8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve --host=0.0.0.0 --disable-host-check --verbose", - "build": "ng build --optimization=false", + "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test" },