The code powering m.abunchtell.com https://m.abunchtell.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

26 lines
386 B

  1. {
  2. "presets": [
  3. "es2015",
  4. "react",
  5. [
  6. "env",
  7. {
  8. "loose": true,
  9. "modules": false
  10. }
  11. ]
  12. ],
  13. "plugins": [
  14. "transform-react-jsx-source",
  15. "transform-react-jsx-self",
  16. "transform-decorators-legacy",
  17. "transform-object-rest-spread",
  18. [
  19. "react-intl",
  20. {
  21. "messagesDir": "./build/messages"
  22. }
  23. ]
  24. ]
  25. }