File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -174,21 +174,32 @@ const Bundle = typeof process.env["Bundle"] !== "undefined";
174174
175175 {
176176 Bundle ? (
177- <script >
178- import "@codeeditorland/Worker/Target/Worker/CSS/Load.js";
179- import "@codeeditorland/Worker/Target/Worker/Policy.js"; import
180- "@codeeditorland/Worker/Target/Worker/Register.js"; import
181- "@codeeditorland/output/Target/Microsoft/VSCode/vs/code/browser/workbench/workbench.js";
182- </script >
177+ <Fragment >
178+ <script >
179+ import "@codeeditorland/Worker/Target/Worker/CSS/Load.js";
180+ </script >
181+
182+ <script >
183+ import "@codeeditorland/Worker/Target/Worker/Policy.js";
184+ </script >
185+
186+ <script >
187+ import "@codeeditorland/Worker/Target/Worker/Register.js";
188+ </script >
189+
190+ <script >
191+ import
192+ "@codeeditorland/output/Target/Microsoft/VSCode/vs/code/browser/workbench/workbench.js";
193+ </script >
194+ </Fragment >
183195 ) : (
184196 <Fragment >
185197 <script
186198 is :inline
187199 type = " module"
188200 src = { Bust (" /Worker/CSS/Load.js" )}
189201 slot = " Head"
190- defer
191- />
202+ />
192203
193204 <script
194205 is :inline
You can’t perform that action at this time.
0 commit comments