@angular/cli migration - workspace-version-9

Angular Workspace migration. Update an Angular CLI workspace to version 9.
This commit is contained in:
2020-05-30 02:14:11 +05:30
parent 0735f4791c
commit 2210dc265e
4 changed files with 18 additions and 9 deletions

View File

@ -13,6 +13,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "../brewman/static",
"index": "src/index.html",
"main": "src/main.ts",
@ -50,6 +51,10 @@
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
]
}