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

Next Major version #245

Merged
merged 5 commits into from
Sep 3, 2024
Merged

Next Major version #245

merged 5 commits into from
Sep 3, 2024

Conversation

danez
Copy link
Collaborator

@danez danez commented Sep 3, 2024

Q A
Bug fix? yes
Breaking change? yes
New feature? yes
License MIT

Fixes #241

BREAKING CHANGE: Node.js 18.19.0 is the minimum supported version.
In webpack verion 4 special code was necessary to make the cache work with grunts multi-target system. The cache plugin in version 4 was storing one global cache for all compilers it was attached to. In webpack 5 this is not neccessary anymore as the cache now creates a new storage for each compiler.
@danez danez merged commit 3c154ab into main Sep 3, 2024
5 checks passed
@danez danez deleted the next branch September 3, 2024 17:33
Copy link

github-actions bot commented Sep 3, 2024

🎉 This PR is included in version 7.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support persistent cache
1 participant