Henry

Results 197 comments of Henry

Thanks for the issue! Yeah I think we wouldn't really be able to help here since there's no error message. (minify bugs are certainly difficult to debug in general though...

yes it won't polyfill symbol, promise, etc (a breaking change) but that is the transform itself so seems unrelated

Can you push the PR, I think the functionality is what we want and adding the labels later when we want to. An easy one is the react packages ->...

This would be amazing

I was thinking the same for babel (although probably out of scope) `babel src -d lib --plugins http://astexplorer.net/#/QaBzVS9XHK`. You could parse the html and output a hidden div with the...

Babel itself only transforms syntax so the preset just determines the least common denominator of plugins to run on the browsers/environments you specify in the options. Instead of changing your...

I'm working on the polyfill part in https://github.com/babel/babel-preset-env/pull/56

Yeah although not sure how it would work yet may have to pass in some more env variables as setup, and then the hook would just be waiting for the...

Might be best to do just do it manually to get a sense of what it should say but otherwise something more inviting like "If you're looking to contribute to...

It's just adding label like: "from core" or something. It doesn't enforce priority