Replies: 1 comment 3 replies
-
@alexander-akait any suggestions? |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
We(Rspack team) met some deadlock issue when support sync JS API in compiler & compilation, more background in web-infra-dev/rspack#3642, a possible solution for this is to support callback(async api wouldn't have deadlock issue) for same api(which make it async).
so we're wondering whether webpack consider add callback api for these API.
Let's take
compilation.getPath
for exampleBeta Was this translation helpful? Give feedback.
All reactions