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 afbcdb6 commit b9d9bf7Copy full SHA for b9d9bf7
reflex/compiler/templates.py
@@ -556,7 +556,7 @@ def vite_config_template(base: str, hmr: bool):
556
alwaysUseReactDomServerNode(),
557
reactRouter(),
558
safariCacheBustPlugin(),
559
- ] + {"[fullReload()]" if not hmr else "[]"},
+ ].concat({"[fullReload()]" if not hmr else "[]"}),
560
build: {{
561
assetsDir: "{base}assets".slice(1),
562
rollupOptions: {{
0 commit comments