end-webpack-plugin

4.0.0 • Public • Published

end hook after webpack is done

install

npm i end-webpack-plugin --save-dev

use

    new EndWebpackPlugin(stats => {
        console.info('after webpack all done',stats)
    } , err => {
        console.error('after webpack exit with error',err)        
    })

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 4.0.0
    22
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 4.0.0
    22
  • 1.0.0
    3

Package Sidebar

Install

npm i end-webpack-plugin

Weekly Downloads

25

Version

4.0.0

License

ISC

Unpacked Size

929 B

Total Files

3

Last publish

Collaborators

  • gwuhaolin