When writing `import * as Ably from 'ably';` `'ably'` resolves to `/node_modules/ably/browser/static/ably` which wasn't updated in a [previous PR](https://github.com/ably/ably-js/pull/492/files)
When writing
import * as Ably from 'ably';'ably'resolves to/node_modules/ably/browser/static/ablywhich wasn't updated in a previous PR