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 edb7e74 commit b515b34Copy full SHA for b515b34
1 file changed
dash_vite_plugin/utils.py
@@ -126,7 +126,7 @@ def create_default_index_html(self) -> None:
126
Returns:
127
None
128
"""
129
- script_content = '\n'.join(
+ script_content = '\n '.join(
130
[f'<script type="module" src="{entry_js_path}"></script>' for entry_js_path in self.entry_js_paths]
131
)
132
index_html_content = f"""<!DOCTYPE html>
0 commit comments