From 8367f18f027b340b0abb214ee2bc4421f3e05ffd Mon Sep 17 00:00:00 2001 From: insistence <3055204202@qq.com> Date: Thu, 20 Nov 2025 16:26:35 +0800 Subject: [PATCH] perf: optimize the built entry index.html file indentation --- dash_vite_plugin/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dash_vite_plugin/utils.py b/dash_vite_plugin/utils.py index db4e7d9..c9f5670 100644 --- a/dash_vite_plugin/utils.py +++ b/dash_vite_plugin/utils.py @@ -126,7 +126,7 @@ def create_default_index_html(self) -> None: Returns: None """ - script_content = '\n'.join( + script_content = '\n '.join( [f'' for entry_js_path in self.entry_js_paths] ) index_html_content = f"""