Skip to content

v0.2.0 - Bundle Optimization ⚡

Pre-release
Pre-release

Choose a tag to compare

@Baziar Baziar released this 08 Nov 08:53
· 189 commits to main since this 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.log statements in production builds
  • Strip debugger calls from production code
  • Remove legal comments from bundled output
  • Fixed production mode detection in esbuild config (now supports both --production flag and NODE_ENV=production)

📦 Package Updates

  • Added npm package badges to README
  • Updated vscode:prepublish script to use --production flag

Full Changelog: https://github.com/getrapidkit/rapidkit-vscode/blob/main/CHANGELOG.md#020---2025-11-08