From d4668bf559ce74b25518abb426725337dad037d4 Mon Sep 17 00:00:00 2001 From: Trey Wallis <40307803+trey-wallis@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:58:17 -0600 Subject: [PATCH] fix: use external css --- esbuild.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esbuild.config.mjs b/esbuild.config.mjs index 49725cd..f5a3337 100644 --- a/esbuild.config.mjs +++ b/esbuild.config.mjs @@ -63,7 +63,7 @@ const context = await esbuild.context({ plugins: [ rebuildPlugin, esbuildSvelte({ - compilerOptions: { css: "injected" }, + compilerOptions: { css: "external" }, preprocess: sveltePreprocess(), }), ],