Skip to content

Releases: preactjs/preset-vite

2.4.0

07 Sep 19:51
Compare
Choose a tag to compare

What's Changed

2.3.1

04 Sep 20:47
Compare
Choose a tag to compare

Bug Fixes

  • add named export to improve "module": "nodenext" compatibility by @wight554 in #48
  • add entries to optimizeDeps by @sapphi-red in #51

2.3.0

27 Jun 19:25
91bdb5b
Compare
Choose a tag to compare

Features

Add support for vite 3 #50 thanks @sapphi-red

2.2.0

29 Mar 23:47
Compare
Choose a tag to compare

Features

  • Add support for custom babel configuration by @ps73 in #44

Bug Fixes

2.1.7

28 Dec 11:09
Compare
Choose a tag to compare

Create safer ending check by not excluding git substring #38 thanks @JoviDeCroock

2.1.6

23 Dec 09:14
Compare
Choose a tag to compare

2.1.5

18 Oct 20:39
Compare
Choose a tag to compare

Bug Fixes

  • Fix import specifiers with query parameters not being processed correctly. This avoids processing virtual modules in Vue single-file components (thanks @ElMassimo, #26)

2.1.4

13 Oct 16:55
Compare
Choose a tag to compare

Bug Fixes

  • Switch from jsxInject to automatic jsx-runtime transform (thanks @JoviDeCroock, #25)

Full Changelog: v2.1.3...v2.1.4

2.1.3

04 Oct 21:48
Compare
Choose a tag to compare
  • Fix ES-Module entry point using wrong extension in import source #23

2.1.2

27 Sep 18:01
Compare
Choose a tag to compare
  • Add both CommonJS and ES Module entry points to support all environments.