From 2ae1c62b85e5efc4e112695373c4a4e6aff2c74a Mon Sep 17 00:00:00 2001 From: Bart Waardenburg Date: Fri, 25 Nov 2022 09:56:38 +0100 Subject: [PATCH] docs(babel): small typo in babel plugin readme (#1355) --- packages/babel/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel/README.md b/packages/babel/README.md index 498c8a1cd..4296d4b07 100644 --- a/packages/babel/README.md +++ b/packages/babel/README.md @@ -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: