From df1b57f002a1ea870b1249f7fc3320eeaedc15e7 Mon Sep 17 00:00:00 2001 From: Bart Waardenburg Date: Fri, 25 Nov 2022 09:32:46 +0100 Subject: [PATCH] fix: small typo in babel plugin readme --- 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: