From 922080f60a0ed359cf58f7b8d3ceaf1800c35591 Mon Sep 17 00:00:00 2001 From: clfreville2 Date: Mon, 30 Oct 2023 19:37:31 +0100 Subject: [PATCH] Use Vite+esbuild --- angular.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/angular.json b/angular.json index 58c24f0..8b36344 100644 --- a/angular.json +++ b/angular.json @@ -11,7 +11,7 @@ "prefix": "app", "architect": { "build": { - "builder": "@angular-devkit/build-angular:browser", + "builder": "@angular-devkit/build-angular:browser-esbuild", "options": { "outputPath": "dist/sandkasten", "index": "src/index.html", @@ -48,10 +48,8 @@ "development": { "buildOptimizer": false, "optimization": false, - "vendorChunk": true, "extractLicenses": false, - "sourceMap": true, - "namedChunks": true + "sourceMap": true } }, "defaultConfiguration": "production"