ably-js
ably-js copied to clipboard
Remove Node 12 and es5 code that was supporting older platforms in v2
This PR is based on https://github.com/ably/ably-js/pull/1633 so review that one first.
Removes more code that's supporting older platforms. These commits couldn't be included in https://github.com/ably/ably-js/pull/1629, since it would break CI for them due to it still being built and tested on es5 and node 12.
Removed babel-loader
, @babel/preset-env
, webpack-node-externals
and Node.js bundle for MochaJUnitReporter.