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
By now ES modules are a well supported standard and can be used by the browser as well as Webpack, Rollup and other bundlers. Melody itself doesn't benefit from being exported as CJS.
We can simplify our tooling and avoid mistakes for our users by switching to ES modules and ignoring the CJS use case.
This is a breaking change.
The text was updated successfully, but these errors were encountered:
By now ES modules are a well supported standard and can be used by the browser as well as Webpack, Rollup and other bundlers. Melody itself doesn't benefit from being exported as CJS.
We can simplify our tooling and avoid mistakes for our users by switching to ES modules and ignoring the CJS use case.
This is a breaking change.
The text was updated successfully, but these errors were encountered: