Try with production mode

This commit is contained in:
Michael Telatynski
2025-04-30 13:07:13 +01:00
parent f7f0424296
commit d608e989d0
+2 -1
View File
@@ -41,6 +41,7 @@ export default defineConfig({
}),
],
define: {
process: { env: {} },
// Use production mode for the build as it is tested against production builds of Element Web
process: { env: { NODE_ENV: "production" } },
},
});