Is there an existing issue for this?
Description of the bug
So I've tried to add this to my fork with tsup and external imports are not processed
Steps To Reproduce
- clone https://github.com/Lonli-Lokli/react-mosaic/tree/esm
- add plugin
- run 'yarn build'
Expected behavior
import countBy from "lodash-es/countBy";
transformed into
import countBy from "lodash-es/countBy.js";
Screenshots
No response
Additional context
No response
Is there an existing issue for this?
Description of the bug
So I've tried to add this to my fork with tsup and external imports are not processed
Steps To Reproduce
Expected behavior
import countBy from "lodash-es/countBy";transformed into
import countBy from "lodash-es/countBy.js";Screenshots
No response
Additional context
No response