react-here-maps
react-here-maps copied to clipboard
[14] use namespaced polyfills
This has two effects:
- lower webpacked size: since we are being more selective on what to import, bundled file size should be smaller.
- the polyfills will not be put into global namespace, preventing possible issues with other libraries or polyfills.