Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ie-polyfill

cenfun211.0.2

ie-polyfill

readme

ie-polyfill

The way to keep IE working with modern functionality

Why this?

Install

npm i ie-polyfill

Usage

import "ie-polyfill"
//or
require("ie-polyfill")

Note: Please exclude ie-polyfill from webpack babel-loader config

{
    test: /\.(js)$/,
    exclude: /ie-polyfill/,
    use: {
        loader: "babel-loader",
        options: {}
    }
}

In Browser

<script src="path-to/ie-polyfill/dist/ie-polyfill.js"></script>

Changelogs

  • 1.0.2 added fetch polyfill