diff --git a/apps/svelte.dev/svelte.config.js b/apps/svelte.dev/svelte.config.js index c32bb82b4e..0ae275d81c 100644 --- a/apps/svelte.dev/svelte.config.js +++ b/apps/svelte.dev/svelte.config.js @@ -19,7 +19,10 @@ const config = { return; } - throw new Error(warning.message); + throw new Error( + warning.message + + '. You may need to delete `node_modules/.cache/twoslash` or redeploy on Vercel without using the existing build cache.' + ); } } }