Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 296 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 296 Bytes

ie8-polyfill

IE8 polyfills

Install

npm i -S ie8-polyfill

Usage

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.