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.
 
 
 
 

16 lines
208 B

  1. {
  2. "presets": [
  3. ["es2015"],
  4. "stage-2",
  5. "react",
  6. ],
  7. "env": {
  8. "production": {
  9. "ignore": ["node-modules/**", "src/__tests__/**"],
  10. },
  11. "test": {
  12. "ignore": ["node-modules/**"],
  13. }
  14. }
  15. }