polyfill-io-loader icon indicating copy to clipboard operation
polyfill-io-loader copied to clipboard

Minimal polyfill.io loader for Webpack

Results 4 polyfill-io-loader issues
Sort by recently updated
recently updated
newest added

Hi, First of all, thank you for creating this loader. This library is greatly underrated since It's really the only good solution for polyfiling. Here is one issue I have...

With setting the "flag=always" there is no further feature detection which seems to be great in first place. `import loadPolyfills from 'polyfill-io-loader!?IntersectionObserver` But this leads for the polyfills of e.g....

In addition to the passed polyfills, it would be nice if one could enable the available options at polyfill.io in the import statement. - minification: request to https://polyfill.io/v3/polyfill.js instead of...

Tracelog: ```Uncaught TypeError: Cannot use 'in' operator to search for 'Promise' in undefined at Module../node_modules/polyfill-io-loader/index.js!./?Promise ((index):2) at __webpack_require__ (bootstrap:63) at Module. (common.js:1) at Module../app/javascript/common.js (common.js:39) at __webpack_require__ (bootstrap:63) at Module....