I need to compile some circuits whose include statements point to packages such as circomlib.
The problem I'm facing is that I have to way to set the inclusions when calling circom through hardhat-circom. Normally, with circom we can pass the flag -l to set such includes, but I can't seem to find a way to do the same thing with hardhat-circom.
It would be a huge help to have this included in the config!
I need to compile some circuits whose
includestatements point to packages such ascircomlib.The problem I'm facing is that I have to way to set the inclusions when calling
circomthroughhardhat-circom. Normally, with circom we can pass the flag-lto set such includes, but I can't seem to find a way to do the same thing withhardhat-circom.It would be a huge help to have this included in the config!