Releases: Applelo/unplugin-inject-preload
Releases · Applelo/unplugin-inject-preload
v3.0.0
v2.0.5
v2.0.4
What's Changed
- Update dependencies
- Fix Readme
- Fix/Update CI
- Improve JSR Score
Full Changelog: v2.0.3...v2.0.4
v2.0.3
Version 2.0.2
Version 2.0.1
What's Changed
- Update dependencies
- Fix Redundant / prefixed the output path if base of vite config is relative, such as ./
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- Drop supports of Vite 3
- Add Rspack support for HtmlWebpackPlugin or HtmlRspackPlugin #2
- Update dependencies
- Improve CI
- Rework and improve code sharing between all frameworks
Note
Rollup 4 (shipped with Vite 5) uses base64 hashes in file names instead of the older base16 hashes. This can breaks your match with the outputMatch
option.
Drop supports of Vite 3
The version 5 of ViteJS is shipped so the plugin drops support of Vite 3.
- The NodeJS version supported will stay at
14.18.0 || >=16.0.0
because Vite 4 support this version. I recommend to switch to Node 20 since this is the new LTS version. - The plugin will no longer works with Vite 3 because of hooks change in the last version of ViteJS (especially
transformIndexHtml
changes).