GT2/GT2-Android/node_modules/babel-plugin-react-transform/test/fixtures/code-react-create-class/.babelrc

10 lines
122 B
Plaintext
Raw Normal View History

{
"plugins": [
["../../../src", {
"transforms": [{
"transform": "transform-lib"
}]
}]
]
}