Open niksy opened 3 years ago
This one keeps biting us with https://github.com/shellscape/jsx-email
@shellscape which one specifically? Maybe we can start with some implementation and go from there. We only have timers/promises
currently.
fs/promises
is the one I get hit by most often. fwiw this is mostly to accommodate users which are importing packages which have these deps, and this gets raised at bundle time.
We can’t really provide anything useful for fs
since it can’t really be polyfilled inside browser environment. I think you can alias it to noop in your build process for now.
that's what I've done. @jspm/core has a complex take on that. subpath exports to noop would also help here
https://twitter.com/kikobeats/status/1399440807711723525?s=12