Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit c0d5830

Browse files
committed
remove argument extract-css
1 parent 2231774 commit c0d5830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Web/WebSPA/Client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"start": "ng serve",
2323
"build:dev": "ng build",
2424
"build:dev:watch": "npm run build:dev && ng build --watch",
25-
"build:prod": "ng build --configuration production --aot --extract-css",
25+
"build:prod": "ng build --configuration production --aot",
2626
"lint:sass": "sass-lint -c .sass-lint.yml Client/**/*.scss --verbose",
2727
"lint:ts": "tslint -c tslint.json Client/**/*.ts"
2828
},

0 commit comments

Comments
 (0)