Disable minification in packaged code
- Changed minify: !options.watch to minify: false in all tsdown configs
- Removed unused options parameter from defineConfig
- Main bundle size increase: ~330KB raw, ~48KB gzipped
- Improves debugging and code readability for users
- Minimal impact on installation time and no runtime performance impact
Co-authored-by: mrlubos <12529395+mrlubos@users.noreply.github.com>