Timers and other features for Heroes of the Storm
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
315 B

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