Skip to content

Commit

Permalink
dependency: update to angular 11
Browse files Browse the repository at this point in the history
Co-Authored-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
  • Loading branch information
jma committed Nov 25, 2020
1 parent 495dba3 commit daaa1d1
Show file tree
Hide file tree
Showing 70 changed files with 11,558 additions and 11,942 deletions.
13 changes: 10 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"options": {
"tsConfig": "projects/rero/ng-core/tsconfig.lib.json",
"project": "projects/rero/ng-core/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/rero/ng-core/tsconfig.lib.prod.json"
}
}
},
"test": {
Expand Down Expand Up @@ -63,7 +68,7 @@
"main": "projects/ng-core-tester/src/main.ts",
"polyfills": "projects/ng-core-tester/src/polyfills.ts",
"tsConfig": "projects/ng-core-tester/tsconfig.app.json",
"aot": false,
"aot": true,
"assets": [
"projects/ng-core-tester/src/favicon.ico",
"projects/ng-core-tester/src/assets"
Expand All @@ -88,9 +93,7 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand All @@ -99,6 +102,10 @@
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
]
}
Expand Down
Loading

0 comments on commit daaa1d1

Please sign in to comment.