Update to Angular 11

This commit is contained in:
Geomitron
2021-01-30 22:25:30 -05:00
parent b1eeb0aea0
commit 2960d17686
3 changed files with 2356 additions and 1511 deletions

View File

@@ -70,10 +70,13 @@
}
],
"baseHref": "./",
"optimization": true,
"optimization": {
"styles": {
"minify": false
}
},
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"watch": false,