loteoo / hyperstatic

Routing, prerendering, code splitting and prefetching for hyperapp
https://hyperstatic.dev/
MIT License
59 stars 5 forks source link

exit process if a page fails to build #30

Closed talentlessguy closed 3 years ago

talentlessguy commented 3 years ago

If a page fails to build the process still continues, resulting in an undefinite behaviour. IMO it'd be better to stop the process. Next.js does it if there's an error to prevent unexpected output.

loteoo commented 3 years ago

Thanks @talentlessguy !