@clue/webpack-polyfills-plugin

0.0.10 • Public • Published

npm version

webpack-polyfills-plugin

Adds polyfills from polyfill-service to bundle file. Without magic.

(It is fork from Sl1v3r/webpack-polyfills-plugin)

Usage:

var PolyfillsPlugin = require('webpack-polyfills-plugin');

module.exports = {

   // ...

   plugins: [
      new PolyfillsPlugin([
         'Array/prototype/find',
         'fetch'
      ])
   ]
}

Readme

Keywords

Package Sidebar

Install

npm i @clue/webpack-polyfills-plugin

Weekly Downloads

1

Version

0.0.10

License

ISC

Last publish

Collaborators

  • ppetrovski
  • ozanbulut
  • paulhenkeclue
  • maria_rose
  • bbrontee
  • kostadin_ext
  • clue-dev-ops
  • dsapoz
  • mister_menace
  • maxim_clue