FailOnErrorsPlugin
Webpack plugin that will make the process exit with status code 1 when it finishes with soft errors or warnings.
Install
npm install fail-on-errors-webpack-plugin
Usage
var FailOnErrorsPlugin = ; moduleexports = //config plugins: failOnErrors: true failOnWarnings: true
Credits
Forked from webpack-fail-plugin