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).