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

Make polyfill.io flags configurable

Open snusson opened this issue 3 years ago • 0 comments

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. IntersectionObserver to break in IE 11. With the flag always there is a polyfill made for getComputedStyle but this is not needed for IE11.

Please make the flag configurable from outside

snusson avatar Jul 28 '20 11:07 snusson