1.0.3 • Published 3 years ago

webpack-kill-process v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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