Browse Source

set extractStyles to false

master
Christian Ziermann 5 years ago
parent
commit
0da4ec5905
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      angular.json

+ 1
- 1
angular.json View File

"optimization": true, "optimization": true,
"outputHashing": "all", "outputHashing": "all",
"sourceMap": false, "sourceMap": false,
"extractCss": true,
"extractCss": false,
"namedChunks": false, "namedChunks": false,
"aot": true, "aot": true,
"extractLicenses": false, "extractLicenses": false,

Loading…
Cancel
Save