From ff368bba8d9d2122f668a143224c272201f1004d Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Fri, 23 Feb 2024 19:49:59 +0100 Subject: [PATCH] Set up 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 0cd576e16..b59b8fb3a 100644 --- a/apps/client/project.json +++ b/apps/client/project.json @@ -11,7 +11,7 @@ "prefix": "gf", "targets": { "build": { - "executor": "@nx/angular:webpack-browser", + "executor": "@nx/angular:browser-esbuild", "options": { "deleteOutputPath": false, "localize": true,