Jacob Groß
Jacob Groß
A workaround for that is to hide the icon completely.
Yeah, I'm using HTTPB like an adblocker, "just block it, nothing more".. so that is fitting for me. Not sure about others.
Ad blocker-like. I know you're totally against their "Acceptable ads" thing, but I also pasted the whole file thing into the whitelist textarea (it fixes problems with german video sites).
Yeah, I think the same about that, but it is more convenient for me to just paste that and therefore to support sites (without having my vision disrupted) I visit...
Not sure how much of jQuery you're using, but take a look here: http://microjs.com/, there are some nice micro libs. (Had no time to look at the source code, that's...
> Basically, I believe, recommending this plugin puts the developers at too much risk for not that much gain. I won’t do this. Sounds reasonable. ---- > AFAIK Babel 7...
I guess we should leave this open until we can mention Prepack - some experimentation friendly developers might also stumble over the other stuff in meanwhile :)
Another thing to discuss: https://medium.com/@okcdz/better-tree-shaking-with-deep-scope-analysis-a0b788c0ce77 It shaves off 7 kB (90 kB -> 83 kB) in my bundle. Worth to mention I'd say. What do you think @iamakulov?
> Want to make a PR? :–) Sure thing! I also just got the idea to, if `browserslist` target allows, to transform: `function Foo(props){return exp}` to `const Foo=props=>exp` this saves...