Ilya Alonov
Ilya Alonov
@ScriptedAlchemy hi! Will it be available as a paid feature in near future?
Fastest reaction i've ever seen
Sure thing, take your time Would be interesting to see how you test the bundle :)
Yep, I can see that tree-shaking does not work even if I leave `rambda.mjs` file as the following ``` function F() { return false; } function T() { return true;...
Yep, you're right here, I totally agree. If the problem with bailout warnings still has place after this issue resolution (with whatever outcome), I will try other webpack optimization techniques...
Hello @yasiryc. Can you please reproduce the issue in a sandbox so we can investigate it? I've just tested on a small HTML file and it works. 
Actually, if you need such feature ASAP, contributions are welcome :D
Hello! Sorry for delayed response, github decided not notify me with an email for some reason :/ Yep, tree-shaking fix definitely works. I've commited [an updated stats.json](https://github.com/fatawesome/rambda-side-effects-example/blob/master/stats2.json) to the reproduction...