webpack-polyfills-plugin

0.2.0 • Public • Published

npm version

webpack-polyfills-plugin

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

Now the maintained plugin, forked from https://github.com/beda-software/webpack-polyfills-plugin/ and ownership transferred.

Usage:

var PolyfillsPlugin = require('webpack-polyfills-plugin');
 
module.exports = {
 
   // ...
 
   plugins: [
      new PolyfillsPlugin([
         'Array/prototype/find',
         'fetch',
         'Object/assign'
      ])
   ]
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    20
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.0
    20
  • 0.1.0
    103
  • 0.0.9
    11
  • 0.0.8
    0

Package Sidebar

Install

npm i webpack-polyfills-plugin

Weekly Downloads

102

Version

0.2.0

License

ISC

Unpacked Size

18.5 MB

Total Files

2503

Last publish

Collaborators

  • owen.a
  • ruscoder