We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The exported ES module has internal imports without .js extensions which causes it to fail.
.js
To reproduce:
npm i cd packages/react-icons npm run build node --import='./lib/index.js'
The import fails because chunk-0 is imported without .js extension, as are all other subsequent imports.
chunk-0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The exported ES module has internal imports without
.js
extensions which causes it to fail.To reproduce:
The import fails because
chunk-0
is imported without.js
extension, as are all other subsequent imports.The text was updated successfully, but these errors were encountered: