Skip to content

Commit

Permalink
upgrade repo to angular 9
Browse files Browse the repository at this point in the history
  • Loading branch information
alQlagin committed Feb 11, 2020
1 parent 3e2931c commit 4b4804d
Show file tree
Hide file tree
Showing 6 changed files with 3,708 additions and 1,195 deletions.
15 changes: 11 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"options": {
"tsConfig": "projects/ngx-pwa-install/tsconfig.lib.json",
"project": "projects/ngx-pwa-install/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/ngx-pwa-install/tsconfig.lib.prod.json"
}
}
},
"test": {
Expand Down Expand Up @@ -53,7 +58,7 @@
"main": "projects/ngx-pwa-install-demo/src/main.ts",
"polyfills": "projects/ngx-pwa-install-demo/src/polyfills.ts",
"tsConfig": "projects/ngx-pwa-install-demo/tsconfig.app.json",
"aot": false,
"aot": true,
"assets": [
"projects/ngx-pwa-install-demo/src/favicon.ico",
"projects/ngx-pwa-install-demo/src/assets",
Expand All @@ -78,9 +83,8 @@
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"vendorChunk": true,
"buildOptimizer": true,
"budgets": [
{
Expand Down Expand Up @@ -163,5 +167,8 @@
}
}
},
"defaultProject": "ngx-pwa-install"
"defaultProject": "ngx-pwa-install",
"cli": {
"analytics": "a1415734-c3fb-4ff5-a524-445e9765d167"
}
}
Loading

0 comments on commit 4b4804d

Please sign in to comment.