isaacabraham / vsts-fsharp

Azure Devops extension for F#-friendly tools
https://marketplace.visualstudio.com/items?itemName=isaacabraham.fsharp-helpers-extension
Apache License 2.0
13 stars 7 forks source link

Npm prune to simplify dependencies #17

Closed matthid closed 6 years ago

matthid commented 6 years ago

I have not tested this yet, but it should work as all it does it call npm prune (to delete dev-dependencies from node_modules). But I can test this tomorrow if needed (testing is a bit messy)

Now the bundle is <5mb

isaacabraham commented 6 years ago

Cheers!