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.cjswhen emittingcjs,esm, and dualcjsnow properly emits.d.cts
Package type: commonjs
esmnow properly emits.d.mts
Types
- Imports now respect module emissions
- Import remapping now respects index exports (thanks @skeate!)
E2E tests
build-toolsis now covered by e2e tests (thanks @skeate!)
Full Changelog: v0.3.1...v0.4.0