stacktracejs/stacktrace.js

ESM Support

niemyjski opened this issue · 2 comments

Would it be possible to drop UMD and all other module formats for ESM in the next version. This is the main module format going forward and the one recommended for all new libraries (d3 even went esm only). While you can import CJS modules from ESM, generally some tooling may have issues with this.

reference: exceptionless/Exceptionless.JavaScript#103

@eriwen is there any plans to support this? There is a blocking issue in many new runtimes where cjs is no longer supported for esm environments.

@eriwen Any updates?