Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit 6da749f

Browse files
BuonOmomichael-ciniawsky
authored andcommitted
docs(README): fix default value (options.esModules) (#68)
1 parent d01c8b4 commit 6da749f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The loader supports all options supported by `istanbul-lib-instrument`
119119
|**`debug`**|`{Boolean}`|`false`|Turn on debugging mode|
120120
|**`compact`**|`{Boolean}`|`true`|Generate compact code|
121121
|**`autoWrap`**|`{Boolean}`|`false`|Set to `true` to allow return statements outside of functions|
122-
|**`esModules`**|`{Boolean}`|`true`|Set to `true` to instrument ES2015 Modules|
122+
|**`esModules`**|`{Boolean}`|`false`|Set to `true` to instrument ES2015 Modules|
123123
|**`coverageVariable`**|`{String}`|`__coverage__`|Name of global coverage variable|
124124
|**`preserveComments`**|`{Boolean}`|`false`|Preserve comments in `output`|
125125
|**`produceSourceMap`**|`{Boolean}`|`false`|Set to `true` to produce a source map for the instrumented code|

0 commit comments

Comments
 (0)