Skip to content

Commit a341584

Browse files
Rich-HarrisAndarist
authored andcommitted
Merge pull request #147 from kopax/master
clarify README.md showing an example excluding helpers with a variable set to true
1 parent 5a83da1 commit a341584

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/rollup-plugin-babel/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ rollup.rollup({
109109
}).then(...)
110110
```
111111

112-
Finally, if you do not wish the babel helpers to be included in your bundle at all (but instead reference the global `babelHelpers` object), you may set the `externalHelpers` option to `true`:
112+
By default `externalHelpers` option is set to `false` so babel helpers will be included in your bundle.
113+
114+
If you do not wish the babel helpers to be included in your bundle at all (but instead reference the global `babelHelpers` object), you may set the `externalHelpers` option to `true`:
113115

114116
```js
115117
rollup.rollup({

0 commit comments

Comments
 (0)