@babel/preset-env: `DEBUG` option

Using targets:
{
  "chrome": "61",
  "edge": "16",
  "firefox": "60",
  "ios": "10.3",
  "opera": "48",
  "safari": "10.1"
}

Using modules transform: false

Using plugins:
  transform-template-literals { "ios":"10.3", "safari":"10.1" }
  transform-function-name { "edge":"16" }
  transform-dotall-regex { "chrome":"61", "edge":"16", "firefox":"60", "ios":"10.3", "opera":"48", "safari":"10.1" }
  transform-unicode-regex { "ios":"10.3", "safari":"10.1" }
  transform-parameters { "edge":"16" }
  transform-block-scoping { "ios":"10.3", "safari":"10.1" }
  transform-async-to-generator { "ios":"10.3", "safari":"10.1" }
  proposal-async-generator-functions { "chrome":"61", "edge":"16", "ios":"10.3", "opera":"48", "safari":"10.1" }
  proposal-object-rest-spread { "edge":"16", "ios":"10.3", "safari":"10.1" }
  proposal-unicode-property-regex { "chrome":"61", "edge":"16", "firefox":"60", "ios":"10.3", "opera":"48", "safari":"10.1" }
  proposal-json-strings { "chrome":"61", "edge":"16", "firefox":"60", "ios":"10.3", "opera":"48", "safari":"10.1" }
  proposal-optional-catch-binding { "chrome":"61", "edge":"16", "ios":"10.3", "opera":"48", "safari":"10.1" }
  transform-named-capturing-groups-regex { "chrome":"61", "edge":"16", "firefox":"60", "ios":"10.3", "opera":"48", "safari":"10.1" }
  syntax-dynamic-import { "chrome":"61", "edge":"16", "firefox":"60", "ios":"10.3", "opera":"48", "safari":"10.1" }

Using polyfills with `usage` option:

[<CWD>/packages/babel-preset-env/test/fixtures/corejs3/usage-browserslist-config-ignore/input.mjs] Added following core-js polyfills:
  es.array.iterator { "chrome":"61", "opera":"48" }
  web.dom-collections.iterator { "chrome":"61", "edge":"16", "ios":"10.3", "opera":"48", "safari":"10.1" }
