Replies: 2 comments 4 replies
-
|
Why you check types of webpack inside own project? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Could you provide your webpack config please? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I upgraded from Webpack 4 to 5, and am now seeing:
The offending code is here: https://github.com/webpack/webpack/blob/v5.15.0/lib/rules/RuleSetCompiler.js#L228
Is this indicative of a module rule that is misconfigured? I'm not sure how to interpret the offending function, I assume it is supposed to be passed a condition input, i.e. a resource or issuer string, so how could those ever be
null?Beta Was this translation helpful? Give feedback.
All reactions