diff --git a/client/package.json b/client/package.json index 1a8f5e7ff..2c7baaff9 100644 --- a/client/package.json +++ b/client/package.json @@ -12,7 +12,7 @@ "ng": "ng", "ng-high-memory": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng", "start": "ng serve --proxy-config proxy.conf.json --host=0.0.0.0", - "build": "ng build --prod --aot", + "build": "ng build --prod", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e",