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

/core-js-webpack3-plugin/

    Package Sidebar

    Install

    npm i core-js-webpack3-plugin

    Weekly Downloads

    2

    Version

    1.0.5

    License

    Apache-2.0

    Last publish

    Collaborators

    • aleksei0807