-
-
Notifications
You must be signed in to change notification settings - Fork 576
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
[Bug]: using concatenateModules
with rspack serve
cause runtime panic "should have build info"
#5594
Comments
It's a known issue, @jerrykingxyz |
I am also facing error
|
It looks like your issue is irrelated, could you please file another issue? |
I tried the canary version in #5692 with the same demo, and another panic occurred:
Should I file another issue? Or re-open this one? BTW, I can make a workaround by setting |
can you try 0.5.7-canary-6007430-20240313111541 ? |
System Info
Details
I'm using the
concatenateModules
from #5415. It is great that the bundle size reduced significantly!But when using
rspack serve
, the following panic happens.rspack/crates/rspack_plugin_javascript/src/plugin/module_concatenation_plugin.rs
Line 575 in 1b057d6
Reproduce link
No response
Reproduce Steps
With the following files:
run
rspack serve
and edit thesrc/index.js
will re-produce the panic.The text was updated successfully, but these errors were encountered: