Incorrect import for files with names ending with `index`
Closed this issue · 3 comments
trsdln commented
While trying to import from ./helpers/get-next-index.js
produces import { getNextIndex } from "./helpers"
, but expected import { getNextIndex } from "./helpers/get-next-index"
.
stale commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
stale commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
kristijanhusak commented
Should be fixed now. Thanks for reporting.