Open
Description
Have you considered building the lib so that it is ESM compatible? I.e. for modern tooling that uses import
statements rather than require()
, and can do tree-shaking optimizations, etc. Here's an example library project setup using esbuild
.
Metadata
Assignees
Labels
No labels