Remove extractCss configuration from angular.json
The extractCss option is deprecated and no longer required. This change cleans up the configuration by removing obsolete settings, ensuring compatibility with newer Angular versions.
This commit is contained in:
parent
43edd49273
commit
3449cf24b1
|
|
@ -47,7 +47,6 @@
|
|||
"optimization": true,
|
||||
"outputHashing": "all",
|
||||
"sourceMap": false,
|
||||
"extractCss": true,
|
||||
"namedChunks": false,
|
||||
"logging": false,
|
||||
"vendorChunk": false,
|
||||
|
|
@ -73,7 +72,6 @@
|
|||
"optimization": true,
|
||||
"outputHashing": "all",
|
||||
"sourceMap": false,
|
||||
"extractCss": true,
|
||||
"namedChunks": false,
|
||||
"logging": false,
|
||||
"vendorChunk": false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user