@babel/preset-env: `DEBUG` option

Using targets:
{
  "chrome": "84"
}

Using modules transform: auto

Using plugins:
  transform-explicit-resource-management { chrome < 134 }
  transform-duplicate-named-capturing-groups-regex { chrome < 126 }
  transform-regexp-modifiers { chrome < 125 }
  transform-unicode-sets-regex { chrome < 112 }
  bugfix/transform-v8-static-class-fields-redefine-readonly { chrome < 98 }
  transform-class-static-block { chrome < 94 }
  transform-private-property-in-object { chrome < 91 }
  syntax-class-properties
  syntax-numeric-separator
  transform-logical-assignment-operators { chrome < 85 }
  syntax-nullish-coalescing-operator
  transform-optional-chaining { chrome < 91 }
  syntax-json-strings
  syntax-optional-catch-binding
  syntax-async-generators
  syntax-object-rest-spread
  transform-export-namespace-from { }
  transform-modules-commonjs
  transform-dynamic-import
  syntax-top-level-await
  syntax-import-meta
  syntax-import-attributes

Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
