-
-
Notifications
You must be signed in to change notification settings - Fork 578
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
feat(hook): add optimizeModules
hook
#2758
feat(hook): add optimizeModules
hook
#2758
Conversation
🦋 Changeset detectedLatest commit: 8c343dc The changes in this PR will be included in the next version bump. This PR includes changesets to release 17 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
4bf8fe6
to
a596b19
Compare
looks good to me, @jerrykingxyz would you mind having a look if this pr fits your needs? |
a596b19
to
f709015
Compare
One more thing, you should add your newly added hooks here to make the hooks filter work, https://github.com/web-infra-dev/rspack/pull/2758/files#diff-65c9f2211aa3417321f820555fd1ec4a9647fdc6cba3c80c2b96587a4d4ad4fdR330-R331 |
73fa2ae
to
8c343dc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
optimizeModules
hook
* feat(hook): add optimizeModules hook * fix(hook): call updateDisabledHooks method * fix(hook): add optimizeModules to hookMap
Related issue (if exists)
fix #2423