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

/end-webpack-plugin/

    Package Sidebar

    Install

    npm i end-webpack-plugin

    Weekly Downloads

    45

    Version

    4.0.0

    License

    ISC

    Unpacked Size

    929 B

    Total Files

    3

    Last publish

    Collaborators

    • gwuhaolin