Skip to content

Commit 7dbf29a

Browse files
keyzzpao
authored andcommitted
fixed transform-react-jsx-source devDep (#6697)
(cherry picked from commit 9ce5421)
1 parent 440543a commit 7dbf29a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"transform-es3-member-expression-literals",
2424
"transform-es3-property-literals",
2525
"./scripts/babel/transform-object-assign-require",
26-
"babel-preset-react/node_modules/babel-plugin-transform-react-jsx-source"
26+
"transform-react-jsx-source"
2727
]
2828
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"babel-plugin-transform-es3-member-expression-literals": "^6.5.0",
2727
"babel-plugin-transform-es3-property-literals": "^6.5.0",
2828
"babel-plugin-transform-object-rest-spread": "^6.6.5",
29+
"babel-plugin-transform-react-jsx-source": "^6.8.0",
2930
"babel-preset-react": "^6.5.0",
3031
"babel-traverse": "^6.9.0",
3132
"babylon": "^6.8.0",

0 commit comments

Comments
 (0)