JorgenVatle / meteor-vite

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

Add option to build the Meteor server using Vite #203

Closed JorgenVatle closed 1 month ago

JorgenVatle commented 1 month ago

Added an experimental build option for pre-bundling the Meteor server using Vite. This should noticeably improve time-to-restart performance for larger apps, particularly those that rely on any Atmosphere build plugins (e.g. typescript). And most importantly, gives you the full flexibility of Vite's build system, but for your server. ⚡