2019-03-21 10:38:21 +01:00

71 lines
2.6 KiB
Plaintext

WARNING: We noticed you're using the `useBuiltIns` option without declaring a core-js version. Currently, we assume version 2.x when no version is passed. Since this default version will likely change in future versions of Babel, we recommend explicitly setting the core-js version you are using via the `corejs` option.
You should also be sure that the version you pass to the `corejs` option matches the version specified in your `package.json`'s `dependencies` section. If it doesn't, you need to run one of the following commands:
npm install --save core-js@2 npm install --save core-js@3
yarn add core-js@2 yarn add core-js@3
The uglify target has been deprecated. Set the top level
option `forceAllTransforms: true` instead.
@babel/preset-env: `DEBUG` option
Using targets:
{
"chrome": "55"
}
Using modules transform: false
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 { "chrome":"55" }
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 { "chrome":"55" }
proposal-object-rest-spread { "chrome":"55" }
proposal-unicode-property-regex { "chrome":"55" }
proposal-json-strings { "chrome":"55" }
proposal-optional-catch-binding { "chrome":"55" }
transform-named-capturing-groups-regex { "chrome":"55" }
Using polyfills with `entry` option:
[<CWD>/src/in.js] Replaced @babel/polyfill entries with the following polyfills:
es7.array.flat-map { "chrome":"55" }
es6.array.sort { "chrome":"55" }
es7.object.define-getter { "chrome":"55" }
es7.object.define-setter { "chrome":"55" }
es7.object.lookup-getter { "chrome":"55" }
es7.object.lookup-setter { "chrome":"55" }
es6.object.to-string { "chrome":"55" }
es7.promise.finally { "chrome":"55" }
es7.symbol.async-iterator { "chrome":"55" }
es7.string.pad-start { "chrome":"55" }
es7.string.pad-end { "chrome":"55" }
es7.string.trim-left { "chrome":"55" }
es7.string.trim-right { "chrome":"55" }
web.timers { "chrome":"55" }
web.immediate { "chrome":"55" }
web.dom.iterable { "chrome":"55" }
Successfully compiled 1 file with Babel.