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
I might be doing something wrong, but I believe there is an issue with the current dual package setup. Type is set to module but the CJS entry point main points to "dist/tween.cjs.js". Despite the .cjs in there the Node.js loader still sees the final .js extension. Based on the nearest package.json it will therefore default to using the ESM loader for this file.