Skip to content

Commit

Permalink
Story #12961: upgrade angular to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
ebernard committed Jun 14, 2024
1 parent c9a78ce commit c0f8c88
Show file tree
Hide file tree
Showing 32 changed files with 7,431 additions and 5,365 deletions.
35 changes: 35 additions & 0 deletions ui/ui-frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"build": {
"builder": "@angular-builders/custom-webpack:browser",
"options": {
"allowedCommonJsDependencies": [
"moment"
],
"customWebpackConfig": {
"path": "./extra-webpack.config.js"
},
Expand Down Expand Up @@ -140,6 +143,9 @@
"build": {
"builder": "@angular-builders/custom-webpack:browser",
"options": {
"allowedCommonJsDependencies": [
"moment"
],
"customWebpackConfig": {
"path": "./extra-webpack.config.js"
},
Expand Down Expand Up @@ -264,6 +270,9 @@
"build": {
"builder": "@angular-builders/custom-webpack:browser",
"options": {
"allowedCommonJsDependencies": [
"moment"
],
"customWebpackConfig": {
"path": "./extra-webpack.config.js"
},
Expand Down Expand Up @@ -378,6 +387,10 @@
"build": {
"builder": "@angular-builders/custom-webpack:browser",
"options": {
"allowedCommonJsDependencies": [
"moment",
"fast-sha256"
],
"customWebpackConfig": {
"path": "./extra-webpack.config.js"
},
Expand Down Expand Up @@ -563,6 +576,9 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"allowedCommonJsDependencies": [
"moment"
],
"outputPath": "dist/design-system",
"index": "projects/design-system/src/index.html",
"main": "projects/design-system/src/main.ts",
Expand Down Expand Up @@ -671,6 +687,9 @@
"build": {
"builder": "@angular-builders/custom-webpack:browser",
"options": {
"allowedCommonJsDependencies": [
"moment"
],
"customWebpackConfig": {
"path": "./extra-webpack.config.js"
},
Expand Down Expand Up @@ -783,6 +802,9 @@
"build": {
"builder": "@angular-builders/custom-webpack:browser",
"options": {
"allowedCommonJsDependencies": [
"moment"
],
"customWebpackConfig": {
"path": "./extra-webpack.config.js"
},
Expand Down Expand Up @@ -895,6 +917,10 @@
"build": {
"builder": "@angular-builders/custom-webpack:browser",
"options": {
"allowedCommonJsDependencies": [
"moment",
"jszip"
],
"customWebpackConfig": {
"path": "./extra-webpack.config.js"
},
Expand Down Expand Up @@ -1007,6 +1033,15 @@
"build": {
"builder": "@angular-builders/custom-webpack:browser",
"options": {
"allowedCommonJsDependencies": [
"moment",
"dayjs",
"dayjs/plugin/customParseFormat",
"dayjs/plugin/isBetween",
"dayjs/plugin/isSameOrAfter",
"dayjs/plugin/isSameOrBefore",
"dayjs/plugin/isoWeek"
],
"customWebpackConfig": {
"path": "./extra-webpack.config.js",
"preserveSymlinks": true
Expand Down
Loading

0 comments on commit c0f8c88

Please sign in to comment.