* Include / exclude module plugins properly * Use filter-items to excl / incl module plugins * Move transform selection to getModulesPluginNames * Remove unnecessary spread operator Co-Authored-By: Nicolò Ribaudo <nicolo.ribaudo@gmail.com> * Adjust tests to changes in #10218
47 lines
1.3 KiB
Plaintext
47 lines
1.3 KiB
Plaintext
The `corejs` option only has an effect when the `useBuiltIns` option is not `false`
|
|
|
|
@babel/preset-env: `DEBUG` option
|
|
|
|
Using targets:
|
|
{}
|
|
|
|
Using modules transform: auto
|
|
|
|
Using plugins:
|
|
transform-template-literals {}
|
|
transform-literals {}
|
|
transform-function-name {}
|
|
transform-arrow-functions {}
|
|
transform-block-scoped-functions {}
|
|
transform-classes {}
|
|
transform-object-super {}
|
|
transform-shorthand-properties {}
|
|
transform-duplicate-keys {}
|
|
transform-computed-properties {}
|
|
transform-for-of {}
|
|
transform-sticky-regex {}
|
|
transform-dotall-regex {}
|
|
transform-unicode-regex {}
|
|
transform-spread {}
|
|
transform-parameters {}
|
|
transform-destructuring {}
|
|
transform-block-scoping {}
|
|
transform-typeof-symbol {}
|
|
transform-new-target {}
|
|
transform-regenerator {}
|
|
transform-exponentiation-operator {}
|
|
transform-async-to-generator {}
|
|
proposal-async-generator-functions {}
|
|
proposal-object-rest-spread {}
|
|
proposal-unicode-property-regex {}
|
|
proposal-json-strings {}
|
|
proposal-optional-catch-binding {}
|
|
transform-named-capturing-groups-regex {}
|
|
transform-member-expression-literals {}
|
|
transform-property-literals {}
|
|
transform-reserved-words {}
|
|
transform-modules-commonjs {}
|
|
proposal-dynamic-import {}
|
|
|
|
Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
|
|
Successfully compiled 1 file with Babel. |