Skip to content

Commit

Permalink
docs(babel): small typo in babel plugin readme (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
BartWaardenburg committed Nov 25, 2022
1 parent 570f77c commit 2ae1c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel/README.md
Expand Up @@ -198,7 +198,7 @@ export default {
};
```

The `include`, `exclude` and `extensions` options are ignored when the when using `getBabelOutputPlugin` and `createBabelOutputPluginFactory` will produce warnings, and there are a few more points to note that users should be aware of.
The `include`, `exclude` and `extensions` options are ignored when using `getBabelOutputPlugin` and `createBabelOutputPluginFactory` will produce warnings, and there are a few more points to note that users should be aware of.

You can also run the plugin twice on the code, once when processing the input files to transpile special syntax to JavaScript and once on the output to transpile to a lower compatibility target:

Expand Down

0 comments on commit 2ae1c62

Please sign in to comment.