pull/3660/head
filip mertens 2 years ago committed by Aniket
parent d022973f6c
commit 47d6d65955
  1. 2
      apps/remix-ide/webpack.config.js

@ -25,7 +25,7 @@ const loadLocalSolJson = async () => {
info.builds = info.builds.slice(-1)
const buildurl = `https://solc-bin.ethereum.org/wasm/${info.builds[0].path}`;
console.log(`Copying... ${buildurl} to assets`)
const path = `./dist/apps/remix-ide/assets/js/soljson.js`;
const path = `./apps/remix-ide/src/assets/js/soljson.js`;
axios({
method: 'get',
url: buildurl,

Loading…
Cancel
Save