Replies: 2 comments
-
@hardfist sorry just saw this, I was on vacation. I'll take a look today or tomorrow! |
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
-
since rspack have lots of internal module, if user use internal module directly then every internal module refactor has breaking change risk, so it would be better to limit user not import internal module directly.
if user want to use some internal module, they should use either from entry or by rspack.[InternalModule]
impacts:
@rspack/core/dist/watching
which is a breaking , we should update its usageBeta Was this translation helpful? Give feedback.
All reactions