Open awerlang opened 1 year ago
Currently the only supported module format is UMD. Unfortunately this adds a few paths that might be unexpected for a bundled ESM app.
Can we have a build in ESM module format in addition to the current UMD format? An ESM module should be declared in package.json in attribute module.
package.json
module
Thanks for your issue, PR is welcomed.
Currently the only supported module format is UMD. Unfortunately this adds a few paths that might be unexpected for a bundled ESM app.
Can we have a build in ESM module format in addition to the current UMD format? An ESM module should be declared in
package.json
in attributemodule
.