You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Almost everything now in JS land is migrating from CommonJS to ESM modules.
Because this library is compiled to a CommonJS module, we cannot (or at least is tricky to) use packages that export a ESM module, like the latest version of this plugin for instance.
Proposal
Change the Typescript configuration to compile to an ESM module instead of a CommonJS one.
The text was updated successfully, but these errors were encountered:
Context
Almost everything now in JS land is migrating from CommonJS to ESM modules.
Because this library is compiled to a CommonJS module, we cannot (or at least is tricky to) use packages that export a ESM module, like the latest version of this plugin for instance.
Proposal
Change the Typescript configuration to compile to an ESM module instead of a CommonJS one.
The text was updated successfully, but these errors were encountered: