Use helper-builder-react-jsx inside plugin-transform-react-inline-elements (#6294)
* Use helper-builder-react-jsx inside plugin-transform-react-inline-elements. This avoids duplicating the logic for converting jsx elements to plain JavaScript. * Add a comment which explains the _jsx signature, [skip ci] so it is a little bit easier to understand what all those .splice() calls do
This commit is contained in:
committed by
Henry Zhu
parent
314bd31b85
commit
8aabbbc822
@@ -1 +1 @@
|
||||
babelHelpers.jsx(Baz, {}, void 0);
|
||||
babelHelpers.jsx(Baz, {});
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "syntax-jsx", "transform-react-inline-elements", "transform-react-jsx"]
|
||||
}
|
||||
Reference in New Issue
Block a user