UNPKG
react-split-test
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.1
2.0.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Split testing using React
github.com/richardstevens/react-split-test
richardstevens/react-split-test
react-split-test
/
.babelrc
5 lines
(4 loc)
•
70 B
Plain Text
View Raw
1
2
3
4
5
{ presets: [
"es2015"
,
"react"
], plugins: [
"transform-react-jsx"
] }