diff --git a/website/vite.config.ts b/website/vite.config.ts index eff420d..251fa20 100644 --- a/website/vite.config.ts +++ b/website/vite.config.ts @@ -39,9 +39,9 @@ export default defineConfig({ // reactRouterServerPlugin({ port: process.env.PORT || '8044' }), tailwindcss(), ], - build: { - commonjsOptions: { - transformMixedEsModules: true, - }, - }, + // build: { + // commonjsOptions: { + // transformMixedEsModules: true, + // }, + // }, });