meteor-vite
meteor-vite copied to clipboard
Use Vite `preview` mode when running Meteor with the `--production` flag.
Currently when running Meteor with the --production flag, Vite will build your app for production once. Files generated by Vite will not be watched so whenever you make a change to files tied to your Vite entrypoint, Meteor will need to be manually restarted for the changes to take effect.