mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
fixed transform-react-jsx-source devDep (#6697)
This commit is contained in:
2
.babelrc
2
.babelrc
@@ -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",
|
||||
"browserify": "^13.0.0",
|
||||
"bundle-collapser": "^1.1.1",
|
||||
|
||||
Reference in New Issue
Block a user