Is it possible to specify remappings?
izcoser opened this issue · 1 comments
izcoser commented
I'm getting remapping related errors such as:
solmate/src/tokens/ERC721.sol
import not found.
when the file is question is at
lib/solmate/src/tokens/ERC721.sol
.
Does this application support remappings?
If not, do you suggest something?
izcoser commented
Checking the source code, the application looks for a remappings.txt file in the target directory. Maybe add this to the README.md