Skip to content

Commit 94ea0c1

Browse files
chore: updated to ng11, removed tslint
1 parent df288e6 commit 94ea0c1

19 files changed

+11337
-13617
lines changed

angular.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@
3434
],
3535
"styles": [
3636
{
37-
"input": "src/theme/variables.scss"
37+
"input": "src/theme/variables.scss",
38+
"inject": true
3839
},
3940
{
40-
"input": "src/global.scss"
41+
"input": "src/global.scss",
42+
"inject": true
4143
}
4244
],
4345
"scripts": []
@@ -53,7 +55,6 @@
5355
"optimization": true,
5456
"outputHashing": "all",
5557
"sourceMap": false,
56-
"extractCss": true,
5758
"namedChunks": false,
5859
"aot": true,
5960
"extractLicenses": true,

0 commit comments

Comments
 (0)