Added jsx-source plugin

This commit is contained in:
jim
2015-11-09 13:46:35 -08:00
parent a2efb41748
commit f4049db99d
10 changed files with 145 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
"babel-plugin-syntax-jsx": "^6.0.14",
"babel-plugin-transform-flow-strip-types": "^6.0.14",
"babel-plugin-transform-react-display-name": "^6.0.14",
"babel-plugin-transform-react-jsx": "^6.0.14"
"babel-plugin-transform-react-jsx": "^6.0.14",
"babel-plugin-transform-react-jsx-source": "^6.0.14"
}
}