0.12.1
Features
- New
--no-pkg-mainoption for disabling filename inference (#658, thanks @katywings) - Allow the use of
import.meta(#627, thanks @developit)
Bugfixes
- Fix non-alphanumeric values for
--external(#650, thanks @katywings) - Preserve comments when
--no-compressis enabled (#648, thanks @developit) - Fix TypeScript issue when "module" is set to "CommonJS" (#638, thanks @marvinhagemeister)
- Fix TypeScript declaration emit target (#629, thanks @marvinhagemeister)
- Fix TypeScript
declarationDiroption so it respects the cwd (#643) (#646, thanks @katywings) - Fix TypeScript Fragments breaking when jsxFactory is set (#623, thanks @marvinhagemeister)
General Improvements
- Dependency updates (#634 #616, thanks @teodragovic, @merceyz)
- Documentation updates for 0.12 and
--externals(#636 #628 #625 #609 #611 #614, thanks @gtrufitt, @developit, @SeanBannister, @adrienpoly & @i-like-robots)