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.

.lib.babelrc 187B

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