We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0cd292 + 3b7f69a commit 7778d97Copy full SHA for 7778d97
angular.json
@@ -32,7 +32,6 @@
32
"optimization": false,
33
"outputHashing": "all",
34
"sourceMap": true,
35
- "extractCss": true,
36
"namedChunks": false,
37
"aot": false,
38
"extractLicenses": true,
@@ -66,7 +65,6 @@
66
65
"optimization": true,
67
68
"sourceMap": false,
69
70
71
"aot": true,
72
package.json
@@ -99,5 +99,8 @@
99
},
100
"engines": {
101
"node": ">=10.13.0"
102
- }
+ },
103
+ "browserslist": [
104
+ "chrome 83"
105
+ ]
106
}
0 commit comments