azure-sdk-for-js icon indicating copy to clipboard operation
azure-sdk-for-js copied to clipboard

[notification hubs] Fix CommonJS output

Open mpodwysocki opened this issue 2 years ago • 0 comments

Currently, the beta 1 release of Notification Hubs outputs the CommonJS to /dist/index.js which causes issues for Node to recognize that it is CJS. We should rename index.js and index.js.map to index.cjs and index.cjs.map respectively.

mpodwysocki avatar Aug 17 '22 16:08 mpodwysocki