pull/4229/head
yann300 1 year ago committed by GitHub
parent 38feabf5f2
commit c9b99c838f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      libs/remix-solidity/src/compiler/compiler.ts

@ -337,7 +337,7 @@ export class Compiler {
try {
if (useFileConfiguration) {
let compilerInput = JSON.parse(configFileContent)
const compilerInput = JSON.parse(configFileContent)
if (compilerInput.settings.remappings?.length) compilerInput.settings.remappings.push(...remappings)
else compilerInput.settings.remappings = remappings
input = compilerInputForConfigFile(source.sources, compilerInput)

Loading…
Cancel
Save