.babelrc 127 B

12345678
  1. {
  2. "presets": [
  3. "react",
  4. "env",
  5. "stage-0"
  6. ],
  7. "plugins": ["transform-decorators-legacy", "transform-runtime"]
  8. }