@invisionag/ivx-polyfills
v6.1.2
Published
Polyfills for IE support for web applications
Downloads
54
Maintainers
Keywords
Readme
ivx-polyfills
Generic npm package that includes commonly required polyfills (for IE 10 & 11 support), namely:
Webpack Plugin
The package ships with a webpack plugin, which is the recommended installation method. You can follow the installation instructions from its readme here.
Manual Installation
- install with
yarn add @invisionag/ivx-polyfills
- ⚠️ import into your application with
import '@invisionag/ivx-polyfills';
⚠️