pnp / vscode-viva

With the SharePoint Framework Toolkit extension, you can create and manage your SharePoint Framework solutions on your tenant. All actions you need to perform during the development flow are at your fingertips.
https://marketplace.visualstudio.com/items?itemName=m365pnp.viva-connections-toolkit
MIT License
34 stars 14 forks source link

⚖️ Reduce dependency size #111

Closed Adam-it closed 4 months ago

Adam-it commented 8 months ago

The aim is to reduce extension size by investigating size of the used npm packages https://tsh.io/blog/reduce-node-modules-for-better-performance/

Adam-it commented 4 months ago

for now before we proceed with a similar action we need to wait for VS Code to support es modules. currently as I checked trimming down CLI is not that beneficial and rather problematic in a long run