Closed
Description
Description
dist/server/
isn't needed for a fully pre-rendered app, and users are often confused about why it's there. We can remove it once we implement Vike's CLI.
Blocker: Vike's CLI.
Notes:
- It should only be removed if the user doesn't disable build chaining.
- An error should be thrown when calling the
prerender()
API. - New option
prerender.keepServerBuild
. - Should
dist/client/
becomedist/
? I ain't sure, I'll think about this.