petrbroz / vscode-forge-tools

Visual Studio Code extension for accessing Autodesk Forge services and content.
https://marketplace.visualstudio.com/items?itemName=petrbroz.vscode-forge-tools
MIT License
74 stars 17 forks source link

See if we can make the extension bundle smaller: https://aka.ms/vscode-vscodeignore. #22

Closed petrbroz closed 4 years ago

petrbroz commented 4 years ago

Tried adding webpack (https://github.com/petrbroz/vscode-forge-tools/tree/experiment/webpack) to the project but a couple of 3rd party dependencies (cesium, adm-zip, pug-filters) could not be bundled - those would have to remain in the node_modules folder. Moreover, adding the bundler didn't seem to improve the VSIX file size too much so for now it's probably not worth the effort.

petrbroz commented 4 years ago

One option would be to remove the gltf-pipeline dependency which seems to include a lot of unnecessary content.

petrbroz commented 4 years ago

https://github.com/CesiumGS/gltf-pipeline/issues/438

petrbroz commented 4 years ago

Resolved in 2.0.0.