-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
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
chore: remove .js in imports #1594
Conversation
size-limit report 📦
|
I don't believe this is right. ESM states that imports must contains I am guessing the issue is because |
we should be okay in using |
Moving to draft for now as some this requires additional checking |
Closing for now |
Problem
We have to manually mention
.js
in imports, when it's forgotten - the problem occurs.Solution
Remove them as it is now allowed after the upgrade of TypeScript.
Notes
.js
in imports js-noise#17