v2.0.0
What's Changed
- Drop supports of Vite 3 #24
- Update dependencies
- Make prefix optional #29 by @jochensengier
- Fix ESM build #22
- Change the project to ESM
Drop supports of Vite 3
The version 5 of ViteJS is shipped so the plugin drop 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).