chore: don't look for remappings on hardhat (#585)
This commit is contained in:
parent
26a7626915
commit
a50ee2ed46
|
@ -81,7 +81,6 @@ impl PathStyle {
|
|||
.sources(root.join("contracts"))
|
||||
.artifacts(root.join("artifacts"))
|
||||
.lib(root.join("node_modules"))
|
||||
.remappings(Remapping::find_many(&root.join("node_modules"))?)
|
||||
.root(root)
|
||||
.build()?,
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue