Replies: 1 comment 2 replies
-
Is it possible to file an issue and grant access of my private repo to a rspack maintainer? |
Beta Was this translation helpful? Give feedback.
2 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.
-
In my code base I frequently encounter seg fault, almost every 4~5 times rebuild will trigger one. However, I cannot easily reproduce that with a minimal repository. Is there any way I can check some logs and narrow down the root cause?
I've tried
RSPACK_PROFILE=trace RSPACK_PROFILE=ALL RSPACK_TRACE_LAYER=logger RSPACK_TRACE_OUTPUT=./log.txt rsbuild dev
, but didn't find any useful cluesBeta Was this translation helpful? Give feedback.
All reactions