Don't rely on CJS-only Packages
wycats opened this issue · 1 comments
wycats commented
We currently depend on stacktracey
(in development), which is a CJS-specific build.
The build should have no dependencies that don't work as vanilla modules. I'm researching other solutions, including stack-utils
.
wycats commented
After more investigation, I'm pretty sure I want to stick with stacktracey
, but we should try to upstream changes that will make it work better with ecosystem ESM support.