The prerender errors are quite difficult to decipher and unfortunately catching the prerender errors removes all position info.
Better to enable source maps and generate proper code frames from them upon error, similar to what we did in Preact-CLI (and perhaps WMR, but my memory fails me).
The prerender errors are quite difficult to decipher and unfortunately catching the prerender errors removes all position info.
Better to enable source maps and generate proper code frames from them upon error, similar to what we did in Preact-CLI (and perhaps WMR, but my memory fails me).
Will look into in the next week, probably.