https://github.com/preactjs/vite-prerender-plugin/blob/master/src/plugins/prerender-plugin.js#L403
The line where it's removing an arbitrary amount of "../" doesn't work in a monorepo, because anything in my monorepo's root node_modules becomes inaccessible. Not sure what the fix is, I'm assuming removing the "../" is fixing some other issue.
https://github.com/preactjs/vite-prerender-plugin/blob/master/src/plugins/prerender-plugin.js#L403
The line where it's removing an arbitrary amount of "../" doesn't work in a monorepo, because anything in my monorepo's root
node_modulesbecomes inaccessible. Not sure what the fix is, I'm assuming removing the "../" is fixing some other issue.