A no side effects progress plugin for webpack.
npm install ghost-progress-webpack-pluginA no side effects progress plugin for webpack.
npm install --save-dev ghost-progress-webpack-plugin
`#### Usage
`javascript
// import
const GhostProgressWebpackPlugin = require('ghost-progress-webpack-plugin').GhostProgressWebpackPlugin;// instantiate it in the webpack plugins configuration
plugins: [
new GhostProgressWebpackPlugin()
]
`API
`
new GhostProgressWebpackPlugin(format: string);
new GhostProgressWebpackPlugin(options: object);
`$3
Type: 'compact' | 'detailed' | 'bar'
Default: 'compact'
Set the output format.
'compact'
!compact'detailed'
!detailed'bar'
!bar$3
Type: NodeJS.WriteStream
Default: process.stderr`Set the write stream used by the output.