.babelrc 234 B

1234567891011121314
  1. {
  2. "presets": [
  3. ["es2015", {
  4. "loose": true
  5. }]
  6. ],
  7. "plugins": [
  8. "add-module-exports",
  9. "transform-object-assign",
  10. "es6-promise",
  11. ["transform-react-jsx", { "pragma":"preact.h" }]
  12. // "yo-yoify"
  13. ]
  14. }