Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2.0.0 #7

Merged
merged 31 commits into from
Nov 26, 2023
Merged

Version 2.0.0 #7

merged 31 commits into from
Nov 26, 2023

Conversation

Applelo
Copy link
Owner

@Applelo Applelo commented Nov 10, 2023

What's Changed

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

@Applelo Applelo self-assigned this Nov 10, 2023
@Applelo Applelo changed the title Version 1.2.0 Version 2.0.0 Nov 16, 2023
@Applelo Applelo marked this pull request as ready for review November 16, 2023 20:13
@Applelo Applelo linked an issue Nov 18, 2023 that may be closed by this pull request
@Applelo Applelo merged commit 7e63e3f into main Nov 26, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for rspack
1 participant