2017-11-21 20:03:16 -05:00

21 lines
448 B
Plaintext

@babel/preset-env: `DEBUG` option
Using targets:
{
"node": "6"
}
Using modules transform: commonjs
Using plugins:
transform-destructuring { "node":"6" }
transform-for-of { "node":"6" }
transform-function-name { "node":"6" }
transform-exponentiation-operator { "node":"6" }
transform-async-to-generator { "node":"6" }
Using polyfills with `entry` option:
[src/in.js] `import '@babel/polyfill'` was not found.
src/in.js -> lib/in.js