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
ESM build imports bare "version.js" causing unresolved module in Vite/esbuild/Node
Description
The ESM and CJS clients import a bare specifier version.js, which breaks module resolution in Vite/esbuild and Node. Because it’s not a relative path, bundlers/runtime treat it like a package name and fail to resolve it.