Skip to content

Commit 2ae1c62

Browse files
docs(babel): small typo in babel plugin readme (#1355)
1 parent 570f77c commit 2ae1c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/babel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export default {
198198
};
199199
```
200200

201-
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.
201+
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.
202202

203203
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:
204204

0 commit comments

Comments
 (0)