webpack-fail-plugin
Version:
Webpack plugin that makes the process return an error code on failure
26 lines (25 loc) • 674 B
JSON
{
"name": "webpack-fail-plugin",
"version": "2.0.0",
"description": "Webpack plugin that makes the process return an error code on failure",
"main": "index.js",
"engines": {
"node": ">=0.11.12"
},
"keywords": [
"webpack"
],
"peerDependencies": {
"webpack": "^1.9.11 || ^2 || ^3"
},
"author": "Tiddo Langerak <tiddolangerak@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/TiddoLangerak/webpack-fail-plugin.git"
},
"bugs": {
"url": "https://github.com/TiddoLangerak/webpack-fail-plugin/issues"
},
"homepage": "https://github.com/TiddoLangerak/webpack-fail-plugin#readme"
}