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
fix(chrome-extension): add .js extension to ESM imports (#987)
When the package is built with "type": "module" in package.json, Node.js ESM
resolution requires explicit file extensions for relative imports. Without the
.js extension, imports fail with 'Cannot find module' error.
This change ensures proper module resolution in ESM environments.
Co-authored-by: sgyy <[email protected]>
0 commit comments