matthew-ia / cayo

A Svelte-powered static HTML generator for the small stuff, with islands of reactivity 🏝
MIT License
5 stars 0 forks source link

Report Svelte errors #127

Open matthew-ia opened 1 year ago

matthew-ia commented 1 year ago

Think I'm forgetting to surface Svelte errors—just get "could not prerender page" when I'm pretty sure Svelte would say something more specific.

matthew-ia commented 1 year ago

Also consider that when there's a compilation error in Rollup for a Cayo component, these don't get surfaced for some reason—only if you're prerendering the component (not a Cayo) does it show the Rollup message.