meteor-vite icon indicating copy to clipboard operation
meteor-vite copied to clipboard

Use Vite `preview` mode when running Meteor with the `--production` flag.

Open JorgenVatle opened this issue 1 year ago • 0 comments

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.

JorgenVatle avatar Feb 08 '25 14:02 JorgenVatle