26 lines
635 B
Plaintext
26 lines
635 B
Plaintext
Warning, the following targets are using a decimal version:
|
|
|
|
node: 7.4
|
|
|
|
We recommend using a string for minor/patch versions to avoid numbers like 6.10
|
|
getting parsed as 6.1, which can lead to unexpected behavior.
|
|
|
|
@babel/preset-env: `DEBUG` option
|
|
|
|
Using targets:
|
|
{
|
|
"firefox": "52",
|
|
"node": "7.4"
|
|
}
|
|
|
|
Using modules transform: commonjs
|
|
|
|
Using plugins:
|
|
transform-destructuring { "firefox":"52" }
|
|
transform-for-of { "firefox":"52" }
|
|
transform-function-name { "firefox":"52" }
|
|
transform-literals { "firefox":"52" }
|
|
|
|
Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
|
|
src/in.js -> lib/in.js
|