Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 828 Bytes

CHANGELOG.md

File metadata and controls

46 lines (25 loc) · 828 Bytes

vite-plugin-shopify

0.0.7

Patch Changes

  • Remove query strings from shopify asset URLS in vite tag snippet

0.0.6

Patch Changes

  • Add support for preload_stylesheet parameter on vite-tag snippet
  • Allow specifying entry file for vite-tag by absolute path (relative to root)

0.0.5

Patch Changes

  • feef172: Add "additionalEntrypoints" option and support for shorthand imports from vite-plugin-shopify-modules

0.0.4

Patch Changes

  • Fix error when restarting dev server

0.0.3

Patch Changes

  • Add style tag for style.css when build.cssCodeSplit is disabled

0.0.2

Patch Changes

  • Update config generated by plugin to improve alias and hot-reloading support
  • Update Vite dependency to 3.0.0 release
  • Add vite-client snippet

0.0.1

Patch Changes

  • Initial release