v0.2.0 - Bundle Optimization ⚡
Pre-release
Pre-release
🎉 What's New in v0.2.0
⚡ Performance Improvements
- Reduced extension bundle size by 55% (464KB → 209KB)
- Improved extension load time and startup performance
- Enabled aggressive tree-shaking to eliminate unused code
🔧 Build Optimizations
- Remove
console.logstatements in production builds - Strip
debuggercalls from production code - Remove legal comments from bundled output
- Fixed production mode detection in esbuild config (now supports both
--productionflag andNODE_ENV=production)
📦 Package Updates
- Added npm package badges to README
- Updated
vscode:prepublishscript to use--productionflag
Full Changelog: https://github.com/getrapidkit/rapidkit-vscode/blob/main/CHANGELOG.md#020---2025-11-08