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 248574e commit fd9e2c6Copy full SHA for fd9e2c6
vite.config.ts
@@ -5,5 +5,8 @@ import devtoolsJson from "vite-plugin-devtools-json";
5
import lucidePreprocess from "vite-plugin-lucide-preprocess";
6
7
export default defineConfig({
8
- plugins: [devtoolsJson(), lucidePreprocess(), sveltekit(), tailwindcss()]
+ plugins: [devtoolsJson(), lucidePreprocess(), sveltekit(), tailwindcss()],
9
+ ssr: {
10
+ external: ["@resvg/resvg-js"]
11
+ }
12
});
0 commit comments