Skip to content

Commit

Permalink
build(package): Update Angular to 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kolkov committed Feb 14, 2020
1 parent 66fbc64 commit 4175dc6
Show file tree
Hide file tree
Showing 6 changed files with 11,065 additions and 6,496 deletions.
19 changes: 15 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
"options": {
"tsConfig": "projects/ngx-dadata/tsconfig.lib.json",
"project": "projects/ngx-dadata/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/ngx-dadata/tsconfig.lib.prod.json"
}
}
},
"test": {
Expand Down Expand Up @@ -62,7 +67,7 @@
"main": "projects/ngx-dadata-app/src/main.ts",
"polyfills": "projects/ngx-dadata-app/src/polyfills.ts",
"tsConfig": "projects/ngx-dadata-app/tsconfig.app.json",
"aot": false,
"aot": true,
"assets": [
"projects/ngx-dadata-app/src/favicon.ico",
"projects/ngx-dadata-app/src/assets"
Expand All @@ -85,7 +90,6 @@
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand All @@ -94,6 +98,10 @@
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
]
}
Expand Down Expand Up @@ -161,5 +169,8 @@
}
}
},
"defaultProject": "ngx-dadata-app"
}
"defaultProject": "ngx-dadata-app",
"cli": {
"analytics": "325ac4a0-1098-4d39-bc46-efee81d4c767"
}
}
Loading

0 comments on commit 4175dc6

Please sign in to comment.