Skip to content

Commit

Permalink
Merge pull request #735 from liimaorg/feature/734-angular-upgrade-and…
Browse files Browse the repository at this point in the history
…-vite

Angular 17.1, faster builds with vite and reduced bundle sizes
  • Loading branch information
yvespp authored Feb 8, 2024
2 parents 6549fa5 + f8753ec commit 7c4fa31
Show file tree
Hide file tree
Showing 7 changed files with 2,329 additions and 2,007 deletions.
6 changes: 3 additions & 3 deletions AMW_angular/io/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:browser-esbuild",
"options": {
"outputPath": "dist",
"index": "src/index.html",
Expand All @@ -41,9 +41,9 @@
],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"buildOptimizer": true,
"sourceMap": true,
"optimization": false,
"optimization": true,
"namedChunks": true
},
"configurations": {
Expand Down
Loading

0 comments on commit 7c4fa31

Please sign in to comment.