Skip to content

Commit

Permalink
fix: Bundle Svelte CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Sep 21, 2022
1 parent 27e979a commit 7e4ba44
Show file tree
Hide file tree
Showing 5 changed files with 109 additions and 49 deletions.
1 change: 1 addition & 0 deletions esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ esbuild
format: "cjs",
plugins: [
sveltePlugin({
compilerOptions: { css: true },
preprocess: sveltePreprocess(),
}),
],
Expand Down
22 changes: 11 additions & 11 deletions main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7e4ba44

Please sign in to comment.