nitro
nitro copied to clipboard
fix: unify import paths for Nitro runtime modules
๐ Linked issue
wait: https://github.com/unjs/mkdist/pull/272
cc: https://github.com/nitrojs/nitro/pull/3246 Continuation of the work here
โ Type of change
- [ ] ๐ Documentation (updates to the documentation, readme, or JSdoc annotations)
- [x] ๐ Bug fix (a non-breaking change that fixes an issue)
- [ ] ๐ Enhancement (improving an existing functionality like performance)
- [ ] โจ New feature (a non-breaking change that adds functionality)
- [ ] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
- [ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
๐ Checklist
- [ ] I have linked an issue or discussion.
- [ ] I have updated the documentation accordingly.
we have a problem, unbuild does not add .mts in runtime there is a problem on the unbuild side. So there is no access to types and no reading of types.
wait: https://github.com/unjs/mkdist/pull/272
Nitro will soon migrate to obuild which has proper output extensions and rewrites.