JorgenVatle / meteor-vite

⚡ Replace Meteor's bundler with Vite for blazing fast build-times
MIT License
32 stars 10 forks source link

Improve server builds #218

Closed JorgenVatle closed 1 month ago

JorgenVatle commented 1 month ago

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