microsoft / azure-devops-extension-sdk

Client SDK for developing Azure DevOps extensions
MIT License
122 stars 38 forks source link

Add ES-module support and improve package building #67

Closed szimeth-jozef closed 8 months ago

szimeth-jozef commented 1 year ago

I ran into an obstacle described in this issue #66, so I came up with a solution. I implemented bundling for multiple module types

by replacing the build script with rollup module bundler.

Other changes:

ChronosMasterOfAllTime commented 1 year ago

It seems we have 3 PR's targeting the same issue:

74

56

I would vote for this PR since it generates support for multiple module types.