Releases: rspack-contrib/rspack-plugin-preact-refresh
Releases · rspack-contrib/rspack-plugin-preact-refresh
v1.1.2
What's Changed
- fix: exception caused by duplicate registration of functions with the same name by @cbbfcd in #19
- refactor(build): switch to Rslib by @chenjiahan in #15
- chore(deps): update dependency @swc/plugin-prefresh to v5 by @renovate in #18
New Contributors
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- fix: convert client modules to ESM by @chenjiahan in #9
- chore(deps): update all non-major dependencies by @renovate in #10
- chore(deps): update dependency @types/node to v22 by @renovate in #12
- docs: improve configuration example by @chenjiahan in #14
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- feat: add new
preactPath
option by @chenjiahan in #7 - fix: reduce alias and allow to use esm bundles of preact by @chenjiahan in #6
- fix: correct the type of
include
andexclude
options by @chenjiahan in #8 - chore(deps): update dependency @rspack/core to v1.0.0-rc.1 [security] by @renovate in #3
- chore(deps): update all non-major dependencies by @renovate in #5
New Contributors
- @renovate made their first contribution in #3
- @chenjiahan made their first contribution in #6
Full Changelog: v1.0.1...v1.1.0