stereobooster / react-snap

👻 Zero-configuration framework-agnostic static prerendering for SPAs
MIT License
5.05k stars 394 forks source link

Continue on error #564

Open returnportal opened 2 years ago

returnportal commented 2 years ago

Feature Request

Is your feature request related to a problem? Please describe. It would be nice to continue even on error, for those of us who just want to get a build out

Describe the solution you'd like If a route has an error, just move on

Describe alternatives you've considered No options atm, if there's an error it fails and you have to start from scratch.

returnportal commented 2 years ago

Ideally it wouldn't rebuild, so the bundle filenames stay same, so each time you run it you can improve the # of rendered pages, for when the error is random (often it is)