diff --git a/sites/svelte.dev/vite.config.js b/sites/svelte.dev/vite.config.js index 271277277f..53dd433fdd 100644 --- a/sites/svelte.dev/vite.config.js +++ b/sites/svelte.dev/vite.config.js @@ -26,7 +26,7 @@ const config = { include: ['@codemirror/view', '@codemirror/state'], exclude: ['@sveltejs/site-kit', '@sveltejs/repl'] }, - ssr: { noExternal: ['@sveltejs/site-kit'] }, + ssr: { noExternal: ['@sveltejs/site-kit', '@sveltejs/repl'] }, server: { fs: { strict: false