fix: use external css

This commit is contained in:
Trey Wallis 2024-04-18 16:58:17 -06:00
parent a2c8103262
commit d4668bf559

View file

@ -63,7 +63,7 @@ const context = await esbuild.context({
plugins: [
rebuildPlugin,
esbuildSvelte({
compilerOptions: { css: "injected" },
compilerOptions: { css: "external" },
preprocess: sveltePreprocess(),
}),
],