Skip to content

Commit

Permalink
Chore: clean up vite.widget.config
Browse files Browse the repository at this point in the history
  • Loading branch information
avivash committed Aug 21, 2023
1 parent 7f4a949 commit 5bc6935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.widget.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ export default defineConfig({
},
plugins: [
svelte({
preprocess: sveltePreprocess({}),
preprocess: sveltePreprocess(),
exclude: '/.component.svelte$/',
emitCss: false
emitCss: false,
}),
svelte({
preprocess: sveltePreprocess(),
Expand Down

0 comments on commit 5bc6935

Please sign in to comment.