feat: update to Angular 11 (#5826)

This commit is contained in:
Sergey Andrievskiy 2021-01-19 13:52:09 +03:00 committed by GitHub
parent 98166c5274
commit ebe181085b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 2902 additions and 3306 deletions

View file

@ -13,7 +13,6 @@
"options": {
"aot": true,
"preserveSymlinks": true,
"rebaseRootRelativeCssUrls": true,
"outputPath": "dist",
"index": "src/index.html",
"main": "src/main.ts",
@ -72,7 +71,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,