We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2907722 commit 74a0c26Copy full SHA for 74a0c26
reflex/compiler/templates.py
@@ -585,9 +585,6 @@ def vite_config_template(
585
enableNativePlugin: false,
586
hmr: {"true" if experimental_hmr else "false"},
587
}},
588
- legacy: {{
589
- inconsistentCjsInterop: true,
590
- }},
591
server: {{
592
port: process.env.PORT,
593
hmr: {"true" if hmr else "false"},
0 commit comments