core-js-webpack3-plugin

1.0.5 • Public • Published

core-js-webpack-plugin

core-js builder as a Webpack Plugin

plugins: [
  new CoreJsPlugin({
    modules: ['es6', 'core.dict'], // modules / namespaces
    blacklist: ['es6.reflect'],    // blacklist of modules / namespaces, by default - empty list
    library: false,                // flag for build without global namespace pollution, by default - false
    umd: true                      // use UMD wrapper for export `core` object, by default - true
  })
]

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.5
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.5
    1
  • 1.0.4
    1

Package Sidebar

Install

npm i core-js-webpack3-plugin

Weekly Downloads

2

Version

1.0.5

License

Apache-2.0

Last publish

Collaborators

  • aleksei0807