morrme 2f89e72321 enable logical assignment in babel preset env (#11876)
Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
2020-07-29 18:32:12 -04:00

24 lines
736 B
Plaintext

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