esbuild not working for non umd modules (e.g. @mui/material)
softmarshmallow opened this issue · 0 comments
softmarshmallow commented
current esbuild implementation of remote dependency resolution & transpilation won't work for large / complex dependency such as @mui/material
, since it provides a node version of a dist.
Other examples that won't work
- "nanoid" -> "crypto"