Skip to content

Releases: JorgenVatle/meteor-vite

vite-bundler@1.12.0

18 Jan 22:29
85e991b
Compare
Choose a tag to compare

Minor Changes

  • 84fe921: Add minimal support for Meteor v3 (#83)

    • Refactor internal Vite dev server config store to use async collection methods rather than relying on Fibers.
    • Increased minimum Meteor version requirement to v2.8.2
    • Add previously missing mongo dependency to package.js dependencies.

    Todo:

    • Update Meteor bundle parser to handle new bundle format from v3. (#81)

vite-bundler@1.11.0

18 Jan 04:58
4f464c5
Compare
Choose a tag to compare

Minor Changes

  • 394ad2e: Update configuration options

    • Move advanced vite-bundler settings in package.json under meteor.vite.
    • Add option to customize Rollup chunk filenames in plugin config.

meteor-vite@1.8.0

18 Jan 04:58
4f464c5
Compare
Choose a tag to compare

Minor Changes

  • 394ad2e: Update configuration options

    • Move advanced vite-bundler settings in package.json under meteor.vite.
    • Add option to customize Rollup chunk filenames in plugin config.

meteor-vite@1.7.3

05 Jan 21:43
82bb21d
Compare
Choose a tag to compare

Patch Changes

  • c365435: Increase chunk hash length to 12 to address Vite warnings for large projects

vite-bundler@1.10.1

02 Jan 03:21
ae3ee5f
Compare
Choose a tag to compare

Patch Changes

  • 86acfbe: Re-add version requirements for build plugin

vite-bundler@1.10.0

02 Jan 02:49
53e8677
Compare
Choose a tag to compare

Minor Changes

  • c168454: Use looser dependency version requirements.

meteor-vite@1.7.2

02 Jan 02:48
53e8677
Compare
Choose a tag to compare

Patch Changes

  • f35f6c6: Use shortened file hashes over .chunk suffix for Vite build output.

vite-bundler@1.9.1

26 Nov 01:45
fa28239
Compare
Choose a tag to compare

Patch Changes

  • bcffa94: Handle different import string formats when checking for existing meteor-vite import in meteor entry.

vite-bundler@1.9.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

meteor-vite@1.7.1

26 Nov 04:20
c8d2270
Compare
Choose a tag to compare

Patch Changes

  • e55afeb: Tag Vite chunks to prevent the Meteor compiler plugin from interfering with server module bundling.