ambar / vscode-bundle-size

Display the bundle size of npm packages: https://marketplace.visualstudio.com/items?itemName=ambar.bundle-size
33 stars 1 forks source link

Bug too much memory usage #13

Closed sanrandry closed 8 months ago

sanrandry commented 1 year ago

This extension use a lot of ram when you use it in a next.js app with typescript I uninstalled it

ambar commented 8 months ago

The latest v1.6.0 has changed to a lazy async generator API, and now parallel bundling are limited to one, which should result in better performance. If you still have problems, please reopen it.