Given that the published code is itself readable (it is just type-stripped), one could argue we don't really need sourcemaps.
A minority of users will be debugging their node_modules, but all users pay the price. So it seems worthwhile.
Stats:
- Packed size: 44KB -> 34KB
- Unpacked size: 235KB -> 173KB
happy to open a PR if you're in agreement
Given that the published code is itself readable (it is just type-stripped), one could argue we don't really need sourcemaps.
A minority of users will be debugging their node_modules, but all users pay the price. So it seems worthwhile.
Stats:
happy to open a PR if you're in agreement