Skip to content

Commit

Permalink
Update docs/plugin-transform-modules-commonjs.md
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Zhu <hi@henryzoo.com>
  • Loading branch information
nicolo-ribaudo and hzoo committed Apr 22, 2021
1 parent 5e98a86 commit 3aa58e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugin-transform-modules-commonjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ _foo.default;
_bar.bar;
```

When this import interop is used, if both the imported and the importer module are compiled with Babel they behave as if none of them was copiled.
When this import interop is used, if both the imported and the importer module are compiled with Babel they behave as if none of them was compiled.

This is the default behavior.

Expand Down

0 comments on commit 3aa58e3

Please sign in to comment.