Brian Ng

Results 38 comments of Brian Ng

For history/reference: https://github.com/babel/babel-preset-env/pull/114

You can reference a previous PR for this over at the old repo: https://github.com/babel/babel-preset-env/pull/114. Keep in mind, there were some unresolved questions in that thread that we might want to...

@clarknelson agree! care to send a PR?

@dilyanpalauzov the initial intent of `preset-env` was to replace `preset-latest`, that is, transform all ES2015+ code down to ES5. Changing the behavior of "no targets" is a breaking change. Check...

Yeah... if no target is specified all ES2015+ code will be transformed (same as preset-latest behavior)?

Happy to change the language to reduce confusion, would you like to send a PR?

> It is just unclear when preset-env falls back to .browserslist. We will fall back to a browserslist config if you do _not_ have the `targets` key set and do...