Best way to debug compile error. #684
zouhangwithsweet
started this conversation in
General
Replies: 2 comments 4 replies
-
How is this babel plugin been used? Can You provide the rsbuild.config.ts content |
Beta Was this translation helpful? Give feedback.
4 replies
-
For simple errors, we just use the Rsbuild debug mode to inspect the Rspack config: https://rsbuild.dev/guide/debug/debug-mode.html If the issue is more complex, we will provide Rsbuild Doctor as a debug tool in the future. At this stage, you may need to debug the source code of Rspack |
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.
-
In my project. There are some errors like:
I think the
path
module should be resolve, beaucase it's builtin module. How to debug this kind error. Is there some best practices? :)Beta Was this translation helpful? Give feedback.
All reactions