From 087e755390fe7dec2821eeddca052778aae366bd Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 5 Jul 2025 17:48:53 +0300 Subject: [PATCH] Revert "chore(client): bypass issue with plugins" This reverts commit 025dc1ce7571122986b9eaf7950da61742568b34. --- apps/client/vite.config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/vite.config.mts b/apps/client/vite.config.mts index c9578d1d3..91769d49c 100644 --- a/apps/client/vite.config.mts +++ b/apps/client/vite.config.mts @@ -36,7 +36,7 @@ export default defineConfig(() => ({ ] }), webpackStatsPlugin() - ] as any, // bypass typescript issues with viteStaticCopy + ], resolve: { alias: [ // Force the use of dist in development mode because upstream ESM is broken (some hybrid between CJS and ESM, will be improved in upcoming versions).