Open timkendall opened 3 years ago
See if there is any reasonable way to ship ES modules for runtimes (i.e browsers, Node 14+) that support them natively. Make sure it works with https://unpkg.com/
https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
https://github.com/standard-things/esm
https://github.com/privatenumber/pkgroll
TypeScript 4.7 officially supports targeting ES Modules via the "Node16" target.
See if there is any reasonable way to ship ES modules for runtimes (i.e browsers, Node 14+) that support them natively. Make sure it works with https://unpkg.com/