Fix loose option description in transform-modules-commonjs

This commit is contained in:
Anthony Bianco
2017-12-16 12:41:05 -08:00
committed by Brian Ng
parent 9a146d01b0
commit 209a598d51

View File

@@ -68,10 +68,7 @@ require("@babel/core").transform("code", {
`boolean`, defaults to `false`.
As per the spec, `import` and `export` are only allowed to be used at the top
level. When in loose mode these are allowed to be used anywhere.
And by default, when using exports with babel a non-enumerable `__esModule` property
By default, when using exports with babel a non-enumerable `__esModule` property
is exported.
```javascript