@wordpress/babel-plugin-import-jsx-pragma
Advanced tools
Comparing version 4.25.3 to 4.26.0
{ | ||
"name": "@wordpress/babel-plugin-import-jsx-pragma", | ||
"version": "4.25.3", | ||
"version": "4.26.0", | ||
"description": "Babel transform plugin for automatically injecting an import to be used as the pragma for the React JSX Transform plugin.", | ||
@@ -39,3 +39,3 @@ "author": "The WordPress Contributors", | ||
}, | ||
"gitHead": "6256f93c37705d142f75a99f1fc808540ca7dca8" | ||
"gitHead": "9b8e598c5418d38fe72197c24ef1d3dd6c712151" | ||
} |
@@ -41,3 +41,3 @@ # Babel Plugin Import JSX Pragma | ||
For example, if you are using the `@wordpress/element` package, you may want to use the following configuration: | ||
For example, if you are using the `react` package, you may want to use the following configuration: | ||
@@ -53,3 +53,3 @@ ```js | ||
scopeVariableFrag: 'Fragment', | ||
source: '@wordpress/element', | ||
source: 'react', | ||
isDefault: false, | ||
@@ -56,0 +56,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44704