2.0.3 • Published 1 year ago

webpack-report v2.0.3

Weekly downloads
58
License
MIT
Repository
github
Last release
1 year ago

License: MIT NPM Download NPM

Installation

  • Download and install npm package
#NPM
npm install webpack-report

#YARN
yarn add webpack-report

Usage

const WebpackReport = require('webpack-report');

module.exports = {
  plugins: [
    new WebpackReport()
  ]
}

Features

  • describe your project informations like dependency, dev-dependency etc.
  • show webpack build informations like warnings, error, build time etc.
  • detailed Assets, Modules and chunks informations with interactive graphs.

Screenshots

Options

  new WebpackReport(options)
NameTypeDefaultDescription
hoststringlocalhostwebpack-report server host name
portnumber1237webpack-report server run at this port
openbooleantrueopen report in default browser
statsOptionsobjectoptions passed in stats.toJson() method.
packageJsonPathstringproject package.json custom file path

Contribute

  • clone repository

  • install dependency

  npm install
  • go to example folder and install dependency too
  npm install
  • start the dev server using
  npm start

dev server will start

License

MIT

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago