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.

7 jaren geleden
7 jaren geleden
1234567891011121314
  1. {
  2. "presets": [
  3. ["latest", {
  4. "es2015": {
  5. "modules": false
  6. }
  7. }]
  8. ],
  9. "env": {
  10. "test": {
  11. "presets": ["env"]
  12. }
  13. }
  14. }