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.
 
 
 
 
 

19 lines
304 B

  1. {
  2. "presets": [
  3. ["env", {
  4. "modules": false,
  5. "targets": {
  6. "browsers": ["> 1%", "last 4 versions", "not ie <= 8"]
  7. }
  8. }],
  9. "stage-2"
  10. ],
  11. "plugins": ["transform-runtime"],
  12. "env": {
  13. "test": {
  14. "presets": ["es2015"],
  15. "plugins": ["istanbul"]
  16. }
  17. }
  18. }