microclimate-dev2ops/microclimate-vscode-tools

Investigate bundling extension with WebPack to speed up activation time

Closed this issue · 0 comments

https://code.visualstudio.com/api/working-with-extensions/bundling-extension

Loading 100 small files is much slower than loading one large file. That's why we recommend bundling. Bundling is the process of combining multiple small source files into a single file.