You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need buildCache to solve the performance issue of hot updates in my large source code project, and I encountered the following error:
Panic occurred at runtime. Please file an issue on GitHub with the backtrace below: https://github.com/web-infra-dev/rspack/issues
Message: should have dependency
Location: crates/rspack_core/src/cache/persistent/occasion/make/module_graph.rs:85
Running pnpm run dev will result in the following error. The error will be resolved if the source code does not contain barrel files or React lazy imports. I am not sure if there are other situations that could cause a crash.
The text was updated successfully, but these errors were encountered:
Version
Details
I need
buildCache
to solve the performance issue of hot updates in my large source code project, and I encountered the following error:Reproduce link
https://github.com/starrnx/rslib-panic
Reproduce Steps
Running
pnpm run dev
will result in the following error. The error will be resolved if the source code does not contain barrel files or React lazy imports. I am not sure if there are other situations that could cause a crash.The text was updated successfully, but these errors were encountered: