thesoftwarefanatics / webpack-polyfills-plugin

Fork from Sl1v3r/webpack-polyfills-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'
      ])
   ]
}

About

Fork from Sl1v3r/webpack-polyfills-plugin


Languages

Language:JavaScript 100.0%