Update comment

This commit is contained in:
Michael Telatynski
2025-04-30 13:14:40 +01:00
parent d608e989d0
commit 796a875024
+2 -1
View File
@@ -41,7 +41,8 @@ export default defineConfig({
}), }),
], ],
define: { 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" } }, process: { env: { NODE_ENV: "production" } },
}, },
}); });