Skip to content

Commit

Permalink
upgrade up to Angular 9
Browse files Browse the repository at this point in the history
  • Loading branch information
optimistex committed Apr 14, 2020
1 parent 9a414f3 commit 29eed45
Show file tree
Hide file tree
Showing 11 changed files with 5,243 additions and 3,079 deletions.
14 changes: 10 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": false,
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets"
Expand All @@ -45,7 +45,6 @@
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand All @@ -54,6 +53,10 @@
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
]
}
Expand Down Expand Up @@ -121,5 +124,8 @@
}
}
},
"defaultProject": "ngx-select-ex"
}
"defaultProject": "ngx-select-ex",
"cli": {
"analytics": "ef766241-a54d-40cd-83bc-db4bb363ecd0"
}
}
5 changes: 0 additions & 5 deletions ng-package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"dest": "./dist",
"workingDirectory": "./.ng_build",
"lib": {
"entryFile": "./src/app/lib/public_api.ts",
"externals": {
"lodash": "./node_modules/lodash/index.js",
"escape-string-regexp": "./node_modules/escape-string-regexp/index.js"
},
"umdModuleIds": {
"lodash": "_",
"escape-string-regexp": "escapeString"
Expand Down
Loading

0 comments on commit 29eed45

Please sign in to comment.