Skip to content

Commit f232970

Browse files
authored
Merge pull request #758 from webpack/fail-hard
fix - Fail hard if build fails
2 parents ed5ac66 + f70c8b3 commit f232970

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bootstrap.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ antwar[environment]({
1111
webpack: require('./webpack.config')
1212
}).catch(function (err) {
1313
console.error(err);
14+
15+
process.exit(1);
1416
});

0 commit comments

Comments
 (0)