4.0.0 • Published 6 years ago

extract-chunks-webpack-plugin v4.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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

6 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago