Bundle the SSR runtime before publishing
Closed this issue · 1 comments
aleclarson commented
This avoids having to rebundle it every time the user's code is changed.
The SSR runtime depends on some (internal) dynamic modules, so those need to be externalized.
aleclarson commented
Implemented in next
branch