react-here-maps icon indicating copy to clipboard operation
react-here-maps copied to clipboard

[14] use namespaced polyfills

Open schtauffen opened this issue 7 years ago • 0 comments

This has two effects:

  1. lower webpacked size: since we are being more selective on what to import, bundled file size should be smaller.
  2. the polyfills will not be put into global namespace, preventing possible issues with other libraries or polyfills.

schtauffen avatar Sep 18 '17 18:09 schtauffen