Ilya Alonov

Results 8 comments of Ilya Alonov

@ScriptedAlchemy hi! Will it be available as a paid feature in near future?

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. ![image](https://user-images.githubusercontent.com/20212361/92697735-4a71dd00-f354-11ea-8cc2-20d28a37bbd7.png)

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...