From c0d58305b34e62189983422152effe87a8f4a2ed Mon Sep 17 00:00:00 2001 From: Tarun Jain Date: Fri, 24 Feb 2023 16:50:04 +0530 Subject: [PATCH] remove argument extract-css --- src/Web/WebSPA/Client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },