Files
webtorrent-desktop/.babelrc
Feross Aboukhadijeh 7531ab4623 Simplify babel integration further
The "react" preset is composed of a bunch of plugins.
https://babeljs.io/docs/plugins/preset-react/

Turns out, we only need 2 of them, not all 5.
2016-08-04 21:37:53 -07:00

7 lines
67 B
Plaintext

{
"plugins": [
"syntax-jsx",
"transform-react-jsx"
]
}