Skip to content

Commit 8d9afb7

Browse files
committedMay 25, 2019
config update
1 parent 79b9115 commit 8d9afb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/docs/api/promise.config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Promise.config(Object {
1818
} options) -> Object;
1919
```
2020

21-
Configure long stack traces, warnings, monitoring and cancellation. Note that even though `false` is the default here, a development environment might be detected which automatically enables long stack traces and warnings.
21+
Configure long stack traces, warnings, monitoring and cancellation. Note that even though `false` is the default here, a development environment might be detected which automatically enables long stack traces and warnings. For **webpack** and **browserify** *development* environment is *always* enabled. See [installation](/docs/install.html#browserify-and-webpack) on how to configure webpack and browserify for production.
2222

2323
```js
2424
Promise.config({

0 commit comments

Comments
 (0)
Please sign in to comment.