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.

123456789101112131415
  1. {
  2. "presets": [
  3. [
  4. "@babel/preset-env",
  5. {
  6. "modules": false,
  7. "targets": {
  8. "browsers": ["> 1%", "last 2 versions", "ie >= 10"]
  9. }
  10. }
  11. ],
  12. "@babel/preset-stage-2"
  13. ],
  14. "plugins": ["@babel/plugin-transform-runtime"]
  15. }