Sven SAULEAU b445b79734 Refactor move docs (#8108) 6 years ago
..
scripts 3c359698a7 Remove unneeded .eslintrc files (#6815) [skip ci] 6 years ago
src 0bb71caad3 Add noConflict entry mode to @babel/polyfill + change error to warning (#6371) 6 years ago
.npmignore 7a1ccf076c Misc (#5545) 7 years ago
README.md b445b79734 Refactor move docs (#8108) 6 years ago
noConflict.js 0bb71caad3 Add noConflict entry mode to @babel/polyfill + change error to warning (#6371) 6 years ago
package.json 2d2f37fa6c Update core-js to v2.5.7 (#8064) 6 years ago

README.md

@babel/polyfill

Provides polyfills necessary for a full ES2015+ environment

See our website @babel/polyfill for more information.

Install

Using npm:

npm install --save @babel/polyfill

or using yarn:

yarn add --save @babel/polyfill