0

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 :

enter image description here

Using windows 10 with VScode (fluent terminal or powershell, results are the same).

Here is the documentation :

enter image description here

Any solution?

1 Answers1

0

For no obvious reasons cmd.exe work just fine. Powershell don't.

I suspect the comma being interpreted differently, not sure.

enter image description here