Releases: JorgenVatle/meteor-vite
Releases · JorgenVatle/meteor-vite
meteor-vite@1.7.0
Minor Changes
- 12fb8c5: Use Vite plugin config to customize the intermediary directory for the Vite bundle before it's sent to Meteor
vite-bundler@1.8.1
Patch Changes
- ccd17f6: Create release on GitHub
meteor-vite@1.6.0
Minor Changes
- 9bd104d: Add option to configure Meteor-Vite though a Vite plugin rather than as a top-level property in the Vite user config.
meteor-vite@1.5.0
Minor Changes
-
dbc9be4: Use temporary file in
meteor-vite
npm package to feed Vite bundle into Meteor for production.- Run build cleanup before creating a new Vite bundle.
- Default Meteor stub validator to warnOnly when running in production mode.
- Add SolidJS example app
Fixes #34
Fixes Akryum#33
Fixes meteor/meteor#12594
meteor-vite@1.4.1
Patch Changes
- 01795bc: Store info file for Vite dev server background worker in .meteor/local to prevent the file from being accidentally committed into version control by package users.
meteor-vite@1.4.0
meteor-vite@1.3.2
meteor-vite@1.3.1
Patch Changes
- 835dbd5: Fix package re-exports being re-exported once more within the Meteor stub template
meteor-vite@1.3.0
Minor Changes
- 9bcd19f: - Update MeteorStubs plugin error handler to emit errors when a Meteor client entrypoint isn't specified
- Wrap MeteorStubs plugin around plugin setup helper function to catch and format exceptions whenever possible
meteor-vite@1.2.2
Patch Changes
-
3367848: Update internal communication between the Vite server worker and Meteor.
Add fallback method for clients waiting on Vite server configuration from Meteor.
Allow Vite config files to be stored outside of the project's root directory through package.json configuration. Details should be added to the README.