Skip to content

Releases: barrel/shopify-vite

[email protected]

19 Dec 22:40
Compare
Choose a tag to compare

Patch Changes

  • Add Vite 6 support (#161)

[email protected]

19 Dec 22:39
Compare
Choose a tag to compare

Patch Changes

  • Add Vite 6 support (#161)

[email protected]

13 Nov 01:46
d8dbe72
Compare
Choose a tag to compare

Minor Changes

  • Add tunnel support via @shopify/plugin-cloudflare (#154)
  • Add crossorigin="anonymous" to development css links (#126)
  • Disable strict port so server will not exit when port is already used (#122)

[email protected]

15 Feb 22:18
Compare
Choose a tag to compare

Patch Changes

  • Fix vite-tag.liquid is not generated when build.manifest option is false or string (#118) - thanks @tuanpham-barrel

[email protected]

21 Dec 00:02
8abab43
Compare
Choose a tag to compare

Minor Changes

  • Update to Vite 5

[email protected]

19 Dec 00:07
0fcce2e
Compare
Choose a tag to compare

Major Changes

Shopify Vite Plugin is an ESM-only package. To use it with Vite 5, we need
to add "type": "module" to the package.json of our projects OR change the extension of our Vite config file to .mjs/.mts.

  • Vite 5 support (#89)

[email protected]

28 Sep 21:40
Compare
Choose a tag to compare

Patch Changes

[email protected]

08 Sep 19:08
Compare
Choose a tag to compare

[email protected]

08 Sep 19:04
Compare
Choose a tag to compare
  • Initial release

[email protected]

23 Apr 20:34
Compare
Choose a tag to compare

Patch Changes