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.

.dist.babelrc 162B

12345678910
  1. {
  2. "presets": [
  3. ["@babel/env", {
  4. "targets": {
  5. "browsers": [ "> 1%", "last 2 versions", "ie 9" ]
  6. }
  7. }]
  8. ],
  9. "sourceMaps": "inline"
  10. }