@d-cat/polyfill

Utility package that is used to inject polyfills for IE11.

Usage no npm install needed!

<script type="module">
  import dCatPolyfill from 'https://cdn.skypack.dev/@d-cat/polyfill';
</script>

README

Getting started with @d-cat/polyfill

codecov

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