@babel/preset-env: `DEBUG` option

Using targets:
{
  "chrome": "55"
}

Using modules transform: auto

Using plugins:
  proposal-numeric-separator { "chrome":"55" }
  proposal-logical-assignment-operators { "chrome":"55" }
  proposal-nullish-coalescing-operator { "chrome":"55" }
  proposal-optional-chaining { "chrome":"55" }
  proposal-json-strings { "chrome":"55" }
  proposal-optional-catch-binding { "chrome":"55" }
  proposal-async-generator-functions { "chrome":"55" }
  proposal-object-rest-spread { "chrome":"55" }
  transform-dotall-regex { "chrome":"55" }
  proposal-unicode-property-regex { "chrome":"55" }
  transform-named-capturing-groups-regex { "chrome":"55" }
  proposal-export-namespace-from { "chrome":"55" }
  transform-modules-commonjs { "chrome":"55" }
  proposal-dynamic-import { "chrome":"55" }

Using polyfills with `usage` option:

[<CWD>/packages/babel-preset-env/test/fixtures/debug/usage-corejs3-with-import/input.mjs] Based on your code and targets, core-js polyfills were not added.
