This repository has been archived on 2026-02-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
babel/packages/babel-plugin-transform-react-jsx/test/fixtures/react/options.json
2018-09-09 17:57:52 -07:00

10 lines
160 B
JSON

{
"plugins": [
"external-helpers",
"syntax-jsx",
"transform-react-jsx",
"transform-react-display-name",
"transform-arrow-functions"
]
}