Skip to content

Commit

Permalink
del: removed unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matfire committed Jan 7, 2024
1 parent 84e1d73 commit 51fba5d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
import Icons from 'unplugin-icons/vite';

export default defineConfig({
plugins: [
sveltekit(),
Icons({
compiler: 'svelte',
autoInstall: true
})
]
plugins: [sveltekit()]
});

0 comments on commit 51fba5d

Please sign in to comment.