nifty-wallet/.babelrc

5 lines
164 B
Plaintext

{
"presets": [["env", { "debug": true }], "react", "stage-0"],
"plugins": ["transform-runtime", "transform-async-to-generator", "transform-class-properties"]
}