We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 151b2cf commit f884307Copy full SHA for f884307
1 file changed
packages/svelte-docsmith/vite.config.ts
@@ -1,10 +1,9 @@
1
import { svelteTesting } from '@testing-library/svelte/vite';
2
-import tailwindcss from '@tailwindcss/vite';
3
import { sveltekit } from '@sveltejs/kit/vite';
4
import { defineConfig } from 'vite';
5
6
export default defineConfig({
7
- plugins: [tailwindcss(), sveltekit()],
+ plugins: [sveltekit()],
8
test: {
9
coverage: {
10
provider: 'v8',
0 commit comments