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

Fix use of NormalModuleFactory.afterResolve for webpack 5 #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tim-stasse
Copy link

@tim-stasse tim-stasse commented Jul 1, 2021

Assuming @tim-soft (OP for #56) was having the same issue as @lucasecdb, this change should be enough to add Webpack 5 support (& close #56).

As per the error message shown in @lucasecdb's screenshot, the NormalModuleFactory.afterResolve has been changed to a bailing hook, instead of a waterfall hook. So I've updated checkFile as a part of this change to reflect that 👍

@khaled-elakkad
Copy link

khaled-elakkad commented Dec 23, 2022

Why haven't this been merged yet?
Can we please merge it @Urthen ?

@jotaRenan
Copy link

Hi @Urthen, is there any perspective on this getting merged?

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.

Webpack v5 support
3 participants