Replies: 3 comments
-
The library versions might be useful: webpack@(5.65.0 or 5.94.0) [email protected] |
Beta Was this translation helpful? Give feedback.
0 replies
-
Previously, it was like this: https://github.com/web-infra-dev/rsdoctor/pull/102/files#diff-8896c65f442681aa3a88302753feb1a4e21afdf20c20579113876dbba4cd4083L176 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In this part of the code from
origin.originalSource()?.source()?.toString()
is getting undefined, and in the next line, this value is cast to a string type using as.As a result, I get :
I cannot provide a minimal reproducible example at the moment because the project is large, and it's unclear where exactly the issue is occurring.
Maybe the information above will make it clear and the issue can be resolved by falling back to an empty string?
Beta Was this translation helpful? Give feedback.
All reactions