diff --git a/src/Web/WebSPA/Client/package.json b/src/Web/WebSPA/Client/package.json index 3ce8d2779..400caefd0 100644 --- a/src/Web/WebSPA/Client/package.json +++ b/src/Web/WebSPA/Client/package.json @@ -22,7 +22,7 @@ "start": "ng serve", "build:dev": "ng build", "build:dev:watch": "npm run build:dev && ng build --watch", - "build:prod": "ng build --configuration production --aot --extract-css", + "build:prod": "ng build --configuration production --aot", "lint:sass": "sass-lint -c .sass-lint.yml Client/**/*.scss --verbose", "lint:ts": "tslint -c tslint.json Client/**/*.ts" },