chore: don't look for remappings on hardhat (#585)

This commit is contained in:
Matthias Seitz 2021-11-16 19:43:38 +01:00 committed by GitHub
parent 26a7626915
commit a50ee2ed46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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()?,
})