25 lines
594 B
Plaintext
25 lines
594 B
Plaintext
@babel/preset-env: `DEBUG` option
|
|
|
|
Using targets:
|
|
{
|
|
"chrome": "89"
|
|
}
|
|
|
|
Using modules transform: auto
|
|
|
|
Using plugins:
|
|
syntax-class-properties
|
|
syntax-numeric-separator
|
|
syntax-nullish-coalescing-operator
|
|
syntax-optional-chaining
|
|
syntax-json-strings
|
|
syntax-optional-catch-binding
|
|
syntax-async-generators
|
|
syntax-object-rest-spread
|
|
bugfix/transform-v8-spread-parameters-in-optional-chaining { chrome }
|
|
transform-modules-commonjs
|
|
proposal-dynamic-import
|
|
proposal-export-namespace-from { }
|
|
|
|
Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
|