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