33 lines
924 B
Plaintext
33 lines
924 B
Plaintext
@babel/preset-env: `DEBUG` option
|
|
|
|
Using targets:
|
|
{
|
|
"android": "89",
|
|
"chrome": "87",
|
|
"edge": "88",
|
|
"firefox": "78",
|
|
"ios": "13.4",
|
|
"opera": "74",
|
|
"safari": "13.1",
|
|
"samsung": "12"
|
|
}
|
|
|
|
Using modules transform: auto
|
|
|
|
Using plugins:
|
|
proposal-class-properties { firefox, ios, safari, samsung }
|
|
proposal-private-methods { firefox, ios, safari, samsung }
|
|
syntax-numeric-separator
|
|
proposal-logical-assignment-operators { firefox < 79, ios < 14, safari < 14, samsung }
|
|
proposal-nullish-coalescing-operator { samsung < 13 }
|
|
proposal-optional-chaining { android, chrome, edge, opera, samsung }
|
|
syntax-json-strings
|
|
syntax-optional-catch-binding
|
|
syntax-async-generators
|
|
syntax-object-rest-spread
|
|
proposal-export-namespace-from { firefox < 80, ios, safari }
|
|
transform-modules-commonjs
|
|
proposal-dynamic-import
|
|
|
|
Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
|