Skip to content
Snippets Groups Projects
Commit 5fa2dd6e authored by Nolan Lawson's avatar Nolan Lawson Committed by Eugen Rochko
Browse files

Use babel-plugin-transform-react-inline-elements (#4109)

parent 307f3e0d
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
] ]
} }
], ],
"transform-react-inline-elements",
[ [
"transform-runtime", "transform-runtime",
{ {
......
...@@ -1027,6 +1027,12 @@ babel-plugin-transform-react-display-name@^6.23.0: ...@@ -1027,6 +1027,12 @@ babel-plugin-transform-react-display-name@^6.23.0:
dependencies: dependencies:
babel-runtime "^6.22.0" babel-runtime "^6.22.0"
babel-plugin-transform-react-inline-elements@^6.22.0:
version "6.22.0"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-inline-elements/-/babel-plugin-transform-react-inline-elements-6.22.0.tgz#6687211a32b49a52f22c573a2b5504a25ef17c53"
dependencies:
babel-runtime "^6.22.0"
babel-plugin-transform-react-jsx-self@6.22.0, babel-plugin-transform-react-jsx-self@^6.22.0: babel-plugin-transform-react-jsx-self@6.22.0, babel-plugin-transform-react-jsx-self@^6.22.0:
version "6.22.0" version "6.22.0"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-jsx-self/-/babel-plugin-transform-react-jsx-self-6.22.0.tgz#df6d80a9da2612a121e6ddd7558bcbecf06e636e" resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-jsx-self/-/babel-plugin-transform-react-jsx-self-6.22.0.tgz#df6d80a9da2612a121e6ddd7558bcbecf06e636e"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment