Runtime ReferenceError with Rspack, no error with Webpack #7476
Unanswered
jerrys-msft
asked this question in
Q&A
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.
Hello!
I'm consuming a package that uses the following code pattern:
Everything works with Webpack, but the indicated line fails at runtime with Rspack 1.0.0-alpha.5, throwing a
ReferenceErrorbecausefile1$foois undefined.Is this a bug in Rspack?
All reactions