JorgenVatle / meteor-vite

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

Handle environments without good symlink support during intermediary Meteor build process #122

Open JorgenVatle opened 2 months ago

JorgenVatle commented 2 months ago

While building for production, Meteor-Vite creates a temporary Meteor project to analyze package exports for the final production bundle. The source project's node_modules and local Meteor packages directories are symlinked to the temporary project during setup. This might end up not working correctly in some environments.