extract-chunks-webpack-plugin

4.0.0 • Public • Published

extract-chunks-webpack-plugin

Note: that extract-chunks-webpack-plugin supports webpack3-


Development & Deployment

How to get codes from remote GIT repository

$ git@github.com:fengxinming/extract-chunks-webpack-plugin.git
cd extract-chunks-webpack-plugin
$ cnpm install

How to use it

plugins: [
  new webpack.optimize.ModuleConcatenationPlugin(),
  new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/),
  new ExtractChunks({
    filename: path.join(process.cwd()'tmp''chunks.json')
  })
],

Readme

Keywords

Package Sidebar

Install

npm i extract-chunks-webpack-plugin

Weekly Downloads

1

Version

4.0.0

License

MIT

Unpacked Size

12.5 kB

Total Files

6

Last publish

Collaborators

  • fengxinming