99.10.0 • Published 4 years ago

@temporg/ui-polyfill-loader v99.10.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

category: packages

babel-polyfill-loader

npm  build-status  MIT License  Code of Conduct

A webpack loader that generates a customized polyfill

Installation

yarn add --dev @temporg/ui-polyfill-loader

Usage

Add a .polyfillrc (in JSON or YAML format) or a polyfill.config.js file to your project:

{
  [
    "es6.object.assign",
    "es6.array.find",
    "es6.array.find-index",
    "es6.array.from",
    "es6.string.starts-with",
    "es7.array.includes",
    "es6.symbol"
  ]
}

See the core-js README for more options.

Add an entry to your webpack config:

entry: {
  polyfill: '@temporg/ui-polyfill-loader!'
}

Or require the loader in your project:

require('@temporg/ui-polyfill-loader!')
99.10.0

4 years ago

99.9.0

4 years ago

99.8.0

4 years ago

99.6.0

4 years ago

99.7.0

4 years ago

99.4.0

4 years ago

99.5.0

4 years ago

99.2.0

4 years ago

99.3.0

4 years ago

99.1.0

4 years ago

0.8.12

4 years ago

0.8.11

4 years ago

0.8.9

4 years ago

0.8.0

4 years ago

0.0.1

4 years ago