From ca9b91f897ed321a8e8aef67fc1ad38f422a3224 Mon Sep 17 00:00:00 2001 From: Grzegorz Ziolkowski Date: Wed, 20 Mar 2019 14:04:41 +0100 Subject: [PATCH] Docs: Clarify usage of @wordpress/babel-plugin-import-jsx-pragma with WordPress Babel preset --- packages/babel-plugin-import-jsx-pragma/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-plugin-import-jsx-pragma/README.md b/packages/babel-plugin-import-jsx-pragma/README.md index 21ad31fab22167..aa43bc1285dcc7 100644 --- a/packages/babel-plugin-import-jsx-pragma/README.md +++ b/packages/babel-plugin-import-jsx-pragma/README.md @@ -30,7 +30,7 @@ module.exports = { }; ``` -_Note:_ `@wordpress/babel-plugin-import-jsx-pragma` is now included in `@wordpress/babel-preset-default` (default preset for WordPress development). If you are using it, you shouldn't need to include this plugin anymore in your Babel config. +_Note:_ `@wordpress/babel-plugin-import-jsx-pragma` is included in `@wordpress/babel-preset-default` (default preset for WordPress development) starting from `v4.0.0`. If you are using this preset, you shouldn't include this plugin in your Babel config. ## Options