Closed jamsinclair closed 1 year ago
Should we? 🤔
It's now 2023, many popular packages now only offer ESM modules. The reason for this is ESM now has wide adoption and by providing other module fallbacks we're providing an unnecessary crutch on older ways.
We will take an opinionated stance of only offering ESM modules. Consumers can always transpile themselves as necessary.
Currently the published NPM modules only expose
esm
modules. To increase compatibility with other developer environments we could also build valid cjs and umd bundles.Should we? 🤔