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.
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.jsonin attributemodule.