end-webpack-plugin
v4.0.0
Published
end hook after all webpack job is done
Downloads
71
Readme
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)
})