This repository is for active development of the Azure SDK for JavaScript (NodeJS & Browser). For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/javascript/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-js.
MIT License
2.09k
stars
1.21k
forks
source link
[engsys] remove `namedExports` option from rollup commonjs plugin argument. #23284
We have a couple of files that still passing namedExports to cjs(). The latest version of @rollup/plugin-commonjs no longer needs this and can figure out automatically. We should not need to pass it now.
We have a couple of files that still passing
namedExports
tocjs()
. The latest version of@rollup/plugin-commonjs
no longer needs this and can figure out automatically. We should not need to pass it now.Example in current code base:
which can be updated to be just