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)        
    })

Readme

Keywords

none

Package Sidebar

Install

npm i end-webpack-plugin

Weekly Downloads

42

Version

4.0.0

License

ISC

Unpacked Size

929 B

Total Files

3

Last publish

Collaborators

  • gwuhaolin