Skip to content

Commit

Permalink
Merge pull request #754 from liimaorg/feature/upgrade-to-angular-18
Browse files Browse the repository at this point in the history
Feature/upgrade to angular 18
  • Loading branch information
yvespp authored Jul 8, 2024
2 parents acdf7fd + 54c0508 commit 31beaa4
Show file tree
Hide file tree
Showing 19 changed files with 1,983 additions and 1,690 deletions.
18 changes: 9 additions & 9 deletions AMW_angular/io/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser-esbuild",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist",
"outputPath": {
"base": "dist"
},
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": [
"src/polyfills.ts"
],
"tsConfig": "tsconfig.app.json",
"assets": [
"src/favicon.ico",
Expand All @@ -39,12 +42,11 @@
"node_modules/codemirror/addon/search/searchcursor.js",
"node_modules/codemirror/addon/search/search.js"
],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": true,
"sourceMap": true,
"optimization": true,
"namedChunks": true
"namedChunks": true,
"browser": "src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -58,8 +60,6 @@
"outputHashing": "all",
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
Expand Down
Loading

0 comments on commit 31beaa4

Please sign in to comment.