v0.4.0
Patch Changes
Breaking Changes
- Fix: iife exports, and import/export extension remapping by @jacob-alford in #8
Details
Pacakge type: module
iife
/ global exports now emitted as.cjs
when emittingcjs
,esm
, and dualcjs
now properly emits.d.cts
Package type: commonjs
esm
now properly emits.d.mts
Types
- Imports now respect module emissions
- Import remapping now respects index exports (thanks @skeate!)
E2E tests
build-tools
is now covered by e2e tests (thanks @skeate!)
Full Changelog: v0.3.1...v0.4.0