We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed5ac66 + f70c8b3 commit f232970Copy full SHA for f232970
bootstrap.js
@@ -11,4 +11,6 @@ antwar[environment]({
11
webpack: require('./webpack.config')
12
}).catch(function (err) {
13
console.error(err);
14
+
15
+ process.exit(1);
16
});
0 commit comments