Just curious why the distributed code has references to core-js. Wouldn't it be better to let end users polyfill as needed?
Specifically, found-relay is causing core-js-pure to get pulled in, which ends up duplicating a lot of the core-js functions that normally get polyfilled (and pollute global namespace).
Just curious why the distributed code has references to core-js. Wouldn't it be better to let end users polyfill as needed?
Specifically, found-relay is causing core-js-pure to get pulled in, which ends up duplicating a lot of the core-js functions that normally get polyfilled (and pollute global namespace).