pull/5370/head
yann300 1 year ago committed by GitHub
parent 82e7d6fc99
commit 8ed1253ecd
  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