@d-cat/polyfill
v1.1.0
Published
Utility package that is used to inject polyfills for IE11.
Downloads
1
Maintainers
Readme
Getting started with @d-cat/polyfill
Utility template that is designed for @d-cat/tag-cli to polyfill methods for IE11.
Install
Make sure you install this as a dependency. It should be available at runtime.
npm i @d-cat/polyfill
Usage
Just add it at the top of your file.
import "@d-cat/polyfill";
// my code