ably / ably-js

Javascript, Node, Typescript, React, React Native client library SDK for Ably realtime messaging service
https://ably.com/download
Apache License 2.0
303 stars 55 forks source link

Add tests on minified and non minified JS #466

Open funkyboy opened 6 years ago

funkyboy commented 6 years ago

In particular we should make sure to test minified version against the oldest browser we support to catch the minifier using too-new ES features

┆Issue is synchronized with this Jira Task by Unito

VeskeR commented 2 weeks ago

Should investigate if this is still a concern with esbuild minifier we currently use in ably-js v2 https://github.com/ably/ably-js/blob/main/grunt/esbuild/build.js#L26-L30