Runtime ReferenceError with Rspack, no error with Webpack #7476
Unanswered
jerrys-msft
asked this question in
Q&A
Replies: 1 comment
-
Submitted bug #7477. |
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
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
ReferenceError
becausefile1$foo
is undefined.Is this a bug in Rspack?
Beta Was this translation helpful? Give feedback.
All reactions