JSPM

  • Created
  • Published
  • Downloads 1726799
  • Score
    100M100P100Q55516F
  • License MIT

Provides polyfills necessary for a full ES2015+ environment

Package Exports

  • @babel/polyfill
  • @babel/polyfill/browser
  • @babel/polyfill/browser.js
  • @babel/polyfill/dist/polyfill
  • @babel/polyfill/dist/polyfill.js
  • @babel/polyfill/dist/polyfill.min.js
  • @babel/polyfill/lib/noConflict
  • @babel/polyfill/noConflict
  • @babel/polyfill/package.json

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@babel/polyfill) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@babel/polyfill

Provides polyfills necessary for a full ES2015+ environment

This package has been deprecated in favor of separate inclusion of required parts of core-js and regenerator-runtime. See our website @babel/polyfill for more information.

See our website @babel/polyfill for more information or the issues associated with this package.

Install

Using npm:

npm install --save @babel/polyfill

or using yarn:

yarn add @babel/polyfill