Timers and other features for Heroes of the Storm
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

19 行
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. }