We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b15ba8 commit e1e8750Copy full SHA for e1e8750
1 file changed
sites/docs/vite.config.js
@@ -1,10 +1,9 @@
1
import { defineConfig } from 'vite';
2
import { sveltekit } from '@sveltejs/kit/vite';
3
-import { sveld } from './src/lib/plugins/vite.js';
4
import tailwindcss from '@tailwindcss/vite';
5
6
export default defineConfig({
7
- plugins: [tailwindcss(), sveltekit()/*, sveld()*/],
+ plugins: [tailwindcss(), sveltekit() /*, sveld()*/],
8
resolve: {
9
noExternal: true, // https://github.com/AdrianGonz97/refined-cf-pages-action/issues/26#issuecomment-2878397440
10
},
0 commit comments