lbryinc/.babelrc
Akinwale Ariwodola 0cca6c1811
[WIP] lbryio internal API calls and rewards component (#1)
* lbryinc base code containing lbryio.js
* added rewards and user actions, reducers and selectors
2018-07-23 14:12:18 +01:00

5 lines
78 B
Plaintext

{
"presets": ["env", "stage-2"],
"plugins": ["transform-flow-comments"]
}