-
I'm working on an EdenX project, and found an issue caused by EdenX, but its issue was caused by Modern.js, and Modern.js' issue is caused by Rsbuild, where the bug is*. I want to update the line in Rsbuild and instantly have Modern.js → EdenX → my app be updated. For release builds, I could do a chain of (* The bug is that in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
nvm, it was easier than I thought. I just need to |
Beta Was this translation helpful? Give feedback.
nvm, it was easier than I thought. I just need to
pnpm link @rsbuild/core
. I don't have to touch the other packages.