babel.config.json 208 B

12345678910
  1. {
  2. "presets": [
  3. ["@babel/preset-env", {
  4. "targets": {
  5. "browsers": [">1%", "not ie 11", "not op_mini all", "not dead"]
  6. }
  7. }]
  8. ],
  9. "plugins": []
  10. }