huozhi / bunchee

Zero config bundler for ECMAScript and TypeScript packages
https://npmjs.com/bunchee
861 stars 28 forks source link

Generate the js with relative imports #511

Closed huozhi closed 3 weeks ago

huozhi commented 3 months ago

Since we can already do it for types in #508 , we should also be able to do it for js. Relative imports will have less issue about types resolving and less isses with package resolving as well