* 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
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
@babel/preset-env: `DEBUG` option
|
|
|
|
Using targets:
|
|
{
|
|
"chrome": "71"
|
|
}
|
|
|
|
Using modules transform: auto
|
|
|
|
Using plugins:
|
|
syntax-async-generators { "chrome":"71" }
|
|
syntax-object-rest-spread { "chrome":"71" }
|
|
syntax-json-strings { "chrome":"71" }
|
|
syntax-optional-catch-binding { "chrome":"71" }
|
|
transform-modules-commonjs { "chrome":"71" }
|
|
proposal-dynamic-import { "chrome":"71" }
|
|
|
|
Using polyfills with `entry` option:
|
|
|
|
[<CWD>/src/in.js] Replaced core-js entries with the following polyfills:
|
|
es.object.from-entries { "chrome":"71" }
|
|
esnext.reflect.define-metadata { "chrome":"71" }
|
|
esnext.reflect.delete-metadata { "chrome":"71" }
|
|
esnext.reflect.get-metadata { "chrome":"71" }
|
|
esnext.reflect.get-metadata-keys { "chrome":"71" }
|
|
esnext.reflect.get-own-metadata { "chrome":"71" }
|
|
esnext.reflect.get-own-metadata-keys { "chrome":"71" }
|
|
esnext.reflect.has-metadata { "chrome":"71" }
|
|
esnext.reflect.has-own-metadata { "chrome":"71" }
|
|
esnext.reflect.metadata { "chrome":"71" }
|
|
|
|
[<CWD>/src/in.js] Based on your targets, regenerator-runtime import excluded.
|
|
Successfully compiled 1 file with Babel. |