Browse Source

remove argument extract-css

pull/2054/head
Tarun Jain 1 year ago
parent
commit
c0d58305b3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Web/WebSPA/Client/package.json

+ 1
- 1
src/Web/WebSPA/Client/package.json View File

@ -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"
},


Loading…
Cancel
Save