All Projects → PatrickJS → core-js-webpack-plugin

PatrickJS / core-js-webpack-plugin

Licence: Apache-2.0 license
core-js builder as a Webpack Plugin

Programming Languages

javascript
184084 projects - #8 most used programming language

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
  })
]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].