Fix importing the library via script
tag adds each named export of ably to the global namespace on v2 branch
#1607
Labels
bug
Something isn't working. It's clear that this does need to be fixed.
When using UMD wrapper without commonjs/amd (importing library via the
script
tag, for example, via CDN), theesbuild-plugin-umd-wrapper
plugin would add each named export of ably to the global namespace rather than adding it in an object called Ably (as it did in v1).The text was updated successfully, but these errors were encountered: