Refactor the build process for the new serverEntry feature to use Vite's SSR build process when creating a Meteor server bundle.
This also adds support for zodern:relay when building your Meteor server with Vite. You can safely remove @zodern/babel-plugin-meteor-relay from your .babelrc file as well now that the entire build process will be handled by Vite.
Refactor the build process for the new
serverEntry
feature to use Vite's SSR build process when creating a Meteor server bundle.This also adds support for
zodern:relay
when building your Meteor server with Vite. You can safely remove@zodern/babel-plugin-meteor-relay
from your.babelrc
file as well now that the entire build process will be handled by Vite.Addresses some issues brought up in
195
215
182