GT2/GT2-Android/node_modules/babel-plugin-react-transform/test/fixtures/options-with-locals-with-re.../.babelrc

12 lines
186 B
Plaintext
Raw Normal View History

{
"plugins": [
["../../../src", {
"transforms": [{
"transform": "transform-lib",
"locals": ["module", "exports"],
"imports": []
}]
}]
]
}