2021-03-19 08:33:59 -04:00

24 lines
717 B
Plaintext

@babel/preset-env: `DEBUG` option
Using targets:
{
"chrome": "80"
}
Using modules transform: auto
Using plugins:
syntax-numeric-separator { "chrome":"80" }
proposal-logical-assignment-operators { "chrome":"80" }
syntax-nullish-coalescing-operator { "chrome":"80" }
proposal-optional-chaining { "chrome":"80" }
syntax-json-strings { "chrome":"80" }
syntax-optional-catch-binding { "chrome":"80" }
syntax-async-generators { "chrome":"80" }
syntax-object-rest-spread { "chrome":"80" }
transform-modules-commonjs { "chrome":"80" }
proposal-dynamic-import { "chrome":"80" }
proposal-export-namespace-from {}
Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.