This document only contains breaking changes
- Renamed options in
SpaServerOptions
(this is an internal module that nobody should be using but is still exported)entryFile
renamed toentryFilePath
(need to be full path instead of just file name)staticDir
renamed topublicDir
- Removed
VueSsgServer
(it was technically an internal module so nobody should be using it anyways)
- Require
node >= 14
- Always render home route
/
last if it exists - Only one of
renderAfterEvent
orrenderAfterTime
can be set (previously if both are set,renderAfterTime
is ignored) PrerenderServer
is now an interface instead of abstract class