mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
fixed transform-react-jsx-source devDep (#6697)
(cherry picked from commit 9ce54210ea)
This commit is contained in:
committed by
Paul O’Shannessy
parent
440543aa88
commit
7dbf29a10d
@@ -23,6 +23,6 @@
|
||||
"transform-es3-member-expression-literals",
|
||||
"transform-es3-property-literals",
|
||||
"./scripts/babel/transform-object-assign-require",
|
||||
"babel-preset-react/node_modules/babel-plugin-transform-react-jsx-source"
|
||||
"transform-react-jsx-source"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
"babel-plugin-transform-es3-member-expression-literals": "^6.5.0",
|
||||
"babel-plugin-transform-es3-property-literals": "^6.5.0",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.6.5",
|
||||
"babel-plugin-transform-react-jsx-source": "^6.8.0",
|
||||
"babel-preset-react": "^6.5.0",
|
||||
"babel-traverse": "^6.9.0",
|
||||
"babylon": "^6.8.0",
|
||||
|
||||
Reference in New Issue
Block a user