0.2.0 • Published 6 years ago

chunk-list-webpack-plugin v0.2.0

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

Chunk List Webpack Plugin

This is a webpack plugin which creates a json file listing all chunks produced during build.

Getting started

Install the plugin:

npm install --save-dev chunk-list-webpack-plugin

Usage

new ChunkListWebpackPlugin(options)

Options

  • output - output file path within destination directory. Default: chunks-list.json.
  • extensions - only files with whitelisted extensions will be listed in file. Default: false.
  • groupByExtension - If set to true, output will contain object with files grouped by extensions as keys. If set to false - output returns an array. Default: false
  • externalChunks - optional array of external file names added to output chunk list json file.

License

MIT

0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago