Skip to content

Commit 7778d97

Browse files
authored
Merge pull request #560 from whyboris/improvements
Improvements
2 parents b0cd292 + 3b7f69a commit 7778d97

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

angular.json

-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"optimization": false,
3333
"outputHashing": "all",
3434
"sourceMap": true,
35-
"extractCss": true,
3635
"namedChunks": false,
3736
"aot": false,
3837
"extractLicenses": true,
@@ -66,7 +65,6 @@
6665
"optimization": true,
6766
"outputHashing": "all",
6867
"sourceMap": false,
69-
"extractCss": true,
7068
"namedChunks": false,
7169
"aot": true,
7270
"extractLicenses": true,

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,8 @@
9999
},
100100
"engines": {
101101
"node": ">=10.13.0"
102-
}
102+
},
103+
"browserslist": [
104+
"chrome 83"
105+
]
103106
}

0 commit comments

Comments
 (0)