From 796a875024a4ef2ccc30d32921e1d14f23d8efbb Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 30 Apr 2025 13:14:40 +0100 Subject: [PATCH] Update comment --- modules/opendesk/element-web/vite.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/opendesk/element-web/vite.config.ts b/modules/opendesk/element-web/vite.config.ts index 6535c4625d..8f1d83e06f 100644 --- a/modules/opendesk/element-web/vite.config.ts +++ b/modules/opendesk/element-web/vite.config.ts @@ -41,7 +41,8 @@ export default defineConfig({ }), ], define: { - // Use production mode for the build as it is tested against production builds of Element Web + // Use production mode for the build as it is tested against production builds of Element Web, + // this is required for React JSX versions to be compatible. process: { env: { NODE_ENV: "production" } }, }, });