Build 2 versions of the browser client:
- one for evergreen browsers, with only the required polyfills/transforms.
- one legacy for browsers such as IE 11, with everything included.
This will allow us to have a lighter version of the browser version when needed.
We could probably leverage browserslist for that having 2 configuration files for each version.