You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 Meteorpackages
directories are symlinked to the temporary project during setup. This might end up not working correctly in some environments.The text was updated successfully, but these errors were encountered: