diff --git a/ethers-solc/src/config.rs b/ethers-solc/src/config.rs index d42e9c33..c58998f2 100644 --- a/ethers-solc/src/config.rs +++ b/ethers-solc/src/config.rs @@ -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()?, })