ie8-polyfill
v0.0.8
Published
Polyfill for IE8+
Downloads
12
Readme
ie8-polyfill
IE8 polyfills
Install
npm i -S ie8-polyfillUsage
Append the following code in the head element.
<!--[if lt IE 9]>
<script src='ie8-polyfill.js'></script>
<![endif]-->Build
Run npm run build if you would like to build your own code.
