Detalhes do pacote

idempotent-babel-polyfill

codejamninja59.7kMIT7.4.4

Import babel-polyfill multiple times

readme (leia-me)

idempotent-babel-polyfill

npm npm GitHub stars

Import babel-polyfill multiple times

Please ★ this repo if you found it useful ★ ★ ★

Features

  • Supports ES6 imports
  • Supports require

Installation

npm install --save idempotent-babel-polyfill

Dependencies

Usage

Implement with ES6 Import

import 'idempotent-babel-polyfill';

Implement with Require

require('idempotent-babel-polyfill');

Implement with Function

import { idempotentBabelPolyfill } from 'idempotent-babel-polyfill';
idempotentBabelPolyfill();

Support

Submit an issue

Contributing

Review the guidelines for contributing

License

MIT License

Jam Risser © 2018

Changelog

Review the changelog

Credits

Support on Liberapay

A ridiculous amount of coffee ☕ ☕ ☕ was consumed in the process of building this project.

Add some fuel if you'd like to keep me going!

Liberapay receiving Liberapay patrons

changelog (log de mudanças)

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[7.0.0] - 2018-10-11

Updated

  • babel 7.0.0

[6.26.0-2] - 2018-10-11

Added

  • unit tests

[6.26.0] - 2018-06-14

Changed

  • version to match babels

[0.0.1] - 2018-04-13

Added

  • initial release