mirror of
https://github.com/decaf-dev/obsidian-vault-explorer.git
synced 2026-07-22 10:10:31 +00:00
fix: use external css
This commit is contained in:
parent
a2c8103262
commit
d4668bf559
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ const context = await esbuild.context({
|
|||
plugins: [
|
||||
rebuildPlugin,
|
||||
esbuildSvelte({
|
||||
compilerOptions: { css: "injected" },
|
||||
compilerOptions: { css: "external" },
|
||||
preprocess: sveltePreprocess(),
|
||||
}),
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue