swc-project/swc
Alternative package manager support for the module resolution
Offen
#3.247 geöffnet am 13.01.2022
enhancementhelp wanted
Repository-Metriken
- Stars
- (33.411 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 1T 18h) (37 gemergte PRs in 30 T)
Beschreibung
Describe the feature
Since the currently implemented plugin resolve algorithm relies on the node_modules structure, it doesn't work with alternative module linking approaches like ones from pnpm and Yarn Berry.
While directly pointing at the WASM binary is implemented as a temporary workaround, this should be covered with a more elegant and user-friendly approach.
Initially discussed in the Discord channel
Babel plugin or link to the feature description
No response
Additional context
No response