This package has been deprecated

Author message:

Webpack 2 fails with exit code non-zeo by default

webpack2-fail-plugin

1.0.7 • Public • Published

Webpack plugin that will make the process return status code 1 when it finishes with errors in single-run mode.

Install

npm install webpack2-fail-plugin

Usage

var failPlugin = require('webpack2-fail-plugin');

module.exports = {
	//config
	plugins: [
		failPlugin
	]
}

Credits to @happypoulp.

Readme

Keywords

Package Sidebar

Install

npm i webpack2-fail-plugin

Weekly Downloads

1

Version

1.0.7

License

MIT

Last publish

Collaborators

  • pine613