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
refactor: Node.js ESM module import include file ending
Node.js ESM stictly follows the ECMAScript spec, which requires module
file endings. Vite, however, is more forgiving. We could consider
updating all project imports for consistency.
0 commit comments