Open JamieMagee opened 2 years ago
The currently published extension ships node_modules in the .vsix file^1. In order to make the package smaller, and improve loading speed, we should bundle the required dependencies using webpack, swc, ncc, etc.
node_modules
.vsix
The currently published extension ships
node_modules
in the.vsix
file^1. In order to make the package smaller, and improve loading speed, we should bundle the required dependencies using webpack, swc, ncc, etc.