nifty-wallet/.babelrc

5 lines
116 B
Plaintext
Raw Normal View History

{
2017-08-18 04:11:26 -07:00
"presets": ["es2015", "stage-0", "react"],
"plugins": ["transform-runtime", "transform-async-to-generator"]
}