Apply uglify.js to common.js file.
Old description:
The common.js build of bridge does not seem to receive app-build-level optimization.
It is not minified and contains comments - which has certain benefits (think: debugging) and should be mitigated by ResourceLoader.
However, it contains information that is not essential to the app (e.g. the entirety of HTTP status codes, even the ones not used in the app). How can we avoid this?
How can we further code-split, e.g. providing conditional modules of polyfills for modern browsers via ResourceLoader's skipFunction.
Findings should also be communicated to the termbox team for T228528: Termbox: Use "vue" ResourceLoader module from core.