Releases: preactjs/preset-vite
Releases · preactjs/preset-vite
2.4.0
What's Changed
- Update prefresh to support signals by @marvinhagemeister in #58
2.3.1
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
Features
Add support for vite 3 #50 thanks @sapphi-red
2.2.0
2.1.7
Create safer ending check by not excluding git substring #38 thanks @JoviDeCroock
2.1.6
- Add include/exclude options #28 thanks @ElMassimo
- Use
.js
extension when importing utils #30 thanks @dhaig - Do a single pass for hook-names and JSX #29 thanks @ElMassimo
- Pass include/exclude to Prefresh #32 thanks @NotWoods
- Support Vite 2.7.0 #36 thanks @JoviDeCroock
2.1.5
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
Bug Fixes
- Switch from
jsxInject
to automatic jsx-runtime transform (thanks @JoviDeCroock, #25)
Full Changelog: v2.1.3...v2.1.4
2.1.3
2.1.2
- Add both CommonJS and ES Module entry points to support all environments.