webpack-kill-process
v1.0.3
Published
If your webpack didn't kill it's process in terminal, you may need this.
Downloads
3
Maintainers
Readme
webpack-kill-process-on-end
If your webpack didn't kill it's process in terminal, you may need this.
This plugin can kill webpack process in terminal.
Add it into the webpack plugin list ( usually in a config file ), then it can take effect.
const webpackKillProcess = require('webpack-kill-process');
{
plugins: [
// ... your plugins here
webpackKillProcess
]
}