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 080c958 commit ab696b1
Show file tree
Hide file tree
Showing 133 changed files with 9,197 additions and 9,991 deletions.
30 changes: 18 additions & 12 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"main": "projects/admin/src/main.ts",
"polyfills": "projects/admin/src/polyfills.ts",
"tsConfig": "projects/admin/tsconfig.app.json",
"aot": false,
"aot": true,
"assets": [
"projects/admin/src/assets"
],
Expand All @@ -30,10 +30,7 @@
"projects/admin/src/app/scss/styles.scss"
],
"scripts": [
"node_modules/jquery/dist/jquery.js",
{
"input": "node_modules/document-register-element/build/document-register-element.js"
}
"node_modules/jquery/dist/jquery.js"
]
},
"configurations": {
Expand All @@ -47,9 +44,7 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": false,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand All @@ -59,6 +54,10 @@
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
]
}
Expand Down Expand Up @@ -141,7 +140,7 @@
"main": "projects/public-search/src/main.ts",
"polyfills": "projects/public-search/src/polyfills.ts",
"tsConfig": "projects/public-search/tsconfig.app.json",
"aot": false,
"aot": true,
"assets": [
"projects/public-search/src/favicon.ico",
"projects/public-search/src/assets"
Expand All @@ -162,9 +161,7 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": false,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand All @@ -174,6 +171,10 @@
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
]
}
Expand Down Expand Up @@ -338,12 +339,17 @@
"prefix": "shared",
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/shared/tsconfig.lib.json",
"project": "projects/shared/ng-package.json"
}
},
, "configurations": {
"production": {
"tsConfig": "projects/shared/tsconfig.lib.prod.json"
}
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
Expand Down
Loading

0 comments on commit ab696b1

Please sign in to comment.