felt icon indicating copy to clipboard operation
felt copied to clipboard

Multiple bundles (and cache) for user-agents

Open cognitom opened this issue 9 years ago • 0 comments

In the near future (or already now), we need to handle these browsers:

  • Native ES6, native module
  • Native ES7 supported, but no native module
  • Native ES6 supported, but no native module
  • No native ES6, no native module

Already we have no need to ES6 transpile on Chrome and Safari 10, but we still do that. That could be big overhead for such the latest browsers. I think we should make different bundle for each environment.

cognitom avatar Jul 16 '16 05:07 cognitom