@babel/preset-env: `DEBUG` option

Using targets:
{
  "chrome": "71"
}

Using modules transform: auto

Using plugins:
  proposal-class-properties { "chrome":"71" }
  proposal-private-methods { "chrome":"71" }
  proposal-numeric-separator { "chrome":"71" }
  proposal-logical-assignment-operators { "chrome":"71" }
  proposal-nullish-coalescing-operator { "chrome":"71" }
  proposal-optional-chaining { "chrome":"71" }
  syntax-json-strings { "chrome":"71" }
  syntax-optional-catch-binding { "chrome":"71" }
  syntax-async-generators { "chrome":"71" }
  syntax-object-rest-spread { "chrome":"71" }
  proposal-export-namespace-from { "chrome":"71" }
  transform-modules-commonjs { "chrome":"71" }
  proposal-dynamic-import { "chrome":"71" }

Using polyfills with `entry` option:

[<CWD>/packages/babel-preset-env/test/fixtures/debug/entry-corejs3-runtime-only-chrome-71/input.mjs] Import of core-js was not found.

[<CWD>/packages/babel-preset-env/test/fixtures/debug/entry-corejs3-runtime-only-chrome-71/input.mjs] Based on your targets, regenerator-runtime import excluded.
