From 0ccd9c8e43daf9a499ce1f44692c353b1b84a1e4 Mon Sep 17 00:00:00 2001 From: KenTandrian Date: Sat, 1 Nov 2025 09:40:31 +0700 Subject: [PATCH] feat(client): change executor to browser-esbuild --- apps/client/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/project.json b/apps/client/project.json index adb63d5c1..a5abce98c 100644 --- a/apps/client/project.json +++ b/apps/client/project.json @@ -61,7 +61,7 @@ }, "targets": { "build": { - "executor": "@nx/angular:webpack-browser", + "executor": "@nx/angular:browser-esbuild", "options": { "deleteOutputPath": false, "localize": true,