From 4982a04d73fde091d06d4e6a50c29e18f796bd30 Mon Sep 17 00:00:00 2001 From: Kenrick Tandrian <60643640+KenTandrian@users.noreply.github.com> Date: Wed, 31 Dec 2025 05:48:52 +0000 Subject: [PATCH] fix(client): change umd to esm --- 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 c97fd85ee..4dc61a9e0 100644 --- a/apps/client/project.json +++ b/apps/client/project.json @@ -75,7 +75,7 @@ "ngswConfigPath": "apps/client/ngsw-config.json", "optimization": false, "polyfills": "apps/client/src/polyfills.ts", - "scripts": ["node_modules/marked/lib/marked.umd.js"], + "scripts": ["node_modules/marked/lib/marked.esm.js"], "serviceWorker": true, "sourceMap": true, "styles": [