Skip to content

Releases: JorgenVatle/meteor-vite

meteor-vite@1.7.0

26 Nov 01:28
de1306c
Compare
Choose a tag to compare

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

25 Nov 23:29
Compare
Choose a tag to compare

Patch Changes

  • ccd17f6: Create release on GitHub

meteor-vite@1.6.0

25 Nov 22:18
385a4c5
Compare
Choose a tag to compare

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

24 Nov 00:03
0877593
Compare
Choose a tag to compare

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

04 Nov 02:22
cd2388e
Compare
Choose a tag to compare

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

04 Nov 01:16
c658ac7
Compare
Choose a tag to compare

Minor Changes

  • 1ce04c9: Keep Vite dev server running between Meteor restarts (Fixes #35)

meteor-vite@1.3.2

07 Sep 17:59
8f2c880
Compare
Choose a tag to compare

Patch Changes

  • d883954: Read Isopack metadata from global Meteor package cache

    Fixes #26

meteor-vite@1.3.1

16 Jul 21:51
6d983de
Compare
Choose a tag to compare

Patch Changes

  • 835dbd5: Fix package re-exports being re-exported once more within the Meteor stub template

meteor-vite@1.3.0

15 Jul 03:53
04a1377
Compare
Choose a tag to compare

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

14 Jul 13:43
2744e62
Compare
Choose a tag to compare

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.