I only need 2 functions from the entire library: throttle and debounce.
If I build it with one function everything works, for instance this work
lodash include=throttle
but if I try multiple functions comma separated, I get an error. So this :
lodash include=throttle,debounce
give me this :
Using windows 10 with VScode (fluent terminal or powershell, results are the same).
Here is the documentation :
Any solution?