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
Breaking change: Utilize .cjs extension for UMD and CJS builds (very
old browsers might not support, but needed with the change given that
Webpack may complain if there even exists CJS within what it thinks is
an ESM file, the ".js", our default)
Breaking change: Utilize .js extension instead of .mjs for now default
ESM builds