currently, the package is a CommonJS module type.
I would love to make it a native module type (ESM).
Goal: have the dist available in multiple flavors
- ESM for browser
- commonJS for browser
- esm for node
- commonjs for node
- umd ...
- amd ...
- ... etc ...
Important to READ:
implementation:
currently, the package is a CommonJS module type.
I would love to make it a native module type (ESM).
Goal: have the dist available in multiple flavors
Important to READ:
implementation: