Skip to content

Commit b8ff99c

Browse files
authored
Merge pull request #528 from bondz/feature/document-bail-config
Document the bail option in webpack config
2 parents 0d4636c + 6b525e6 commit b8ff99c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/configuration/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ contributors:
55
- sokra
66
- skipjack
77
- grgur
8+
- bondz
89
---
910

1011
Webpack is fed via a configuration object. It is passed in one of two ways depending on how you are using webpack: through the terminal or via Node.js. All the available configuration options are specified below.
@@ -348,7 +349,10 @@ T> Notice that throughout the configuration we use Node's built-in [path module]
348349
349350
[profile](other-options#profile): true, // boolean
350351
// capture timing information
351-
352+
353+
[bail](other-options#bail): true, //boolean
354+
// fail out on the first error instead of tolerating it.
355+
352356
[cache](other-options#cache): false, // boolean
353357
// disable/enable caching
354358

0 commit comments

Comments
 (0)