.babelrc 77 B

1234
  1. {
  2. "presets": [ "es2015" ],
  3. "plugins": ["transform-async-to-generator"]
  4. }