Skip to content

Commit 375b315

Browse files
committed
update to angular & angular material 12
1 parent 1414ae5 commit 375b315

File tree

8 files changed

+8519
-8703
lines changed

8 files changed

+8519
-8703
lines changed

frontend/angular.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,19 @@
2323
],
2424
"styles": [
2525
"src/styles.scss",
26-
"./node_modules/highlight.js/styles/dracula.css",
26+
"./node_modules/highlight.js/styles/dracula.css",
2727
"./node_modules/izitoast/dist/css/iziToast.min.css"
2828
// "./node_modules/highlight.js/styles/github.css"
2929
],
30-
"scripts": []
30+
"scripts": [
31+
],
32+
"aot": false,
33+
"vendorChunk": true,
34+
"extractLicenses": false,
35+
"buildOptimizer": false,
36+
"sourceMap": true,
37+
"optimization": false,
38+
"namedChunks": true
3139
},
3240
"configurations": {
3341
"production": {
@@ -40,7 +48,6 @@
4048
"optimization": true,
4149
"outputHashing": "all",
4250
"sourceMap": false,
43-
"extractCss": true,
4451
"namedChunks": false,
4552
"aot": true,
4653
"extractLicenses": true,
@@ -70,7 +77,8 @@
7077
}
7178
]
7279
}
73-
}
80+
},
81+
"defaultConfiguration": ""
7482
},
7583
"serve": {
7684
"builder": "@angular-devkit/build-angular:dev-server",

0 commit comments

Comments
 (0)