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

Dependencies (0)

    Dev Dependencies (0)

      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