From 6f2687c77361147d37df6f454387be431affe64b Mon Sep 17 00:00:00 2001 From: filip mertens Date: Mon, 11 Dec 2023 22:24:19 +0100 Subject: [PATCH] restore webpack --- apps/remix-ide/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/webpack.config.js b/apps/remix-ide/webpack.config.js index fca57f5ce3..03fff246eb 100644 --- a/apps/remix-ide/webpack.config.js +++ b/apps/remix-ide/webpack.config.js @@ -16,7 +16,7 @@ const versionData = { const loadLocalSolJson = async () => { //execute apps/remix-ide/ci/downloadsoljson.sh - //const child = require('child_process').execSync('bash ' + __dirname + '/ci/downloadsoljson.sh', { encoding: 'utf8', cwd: process.cwd(), shell: true }) + const child = require('child_process').execSync('bash ' + __dirname + '/ci/downloadsoljson.sh', { encoding: 'utf8', cwd: process.cwd(), shell: true }) // show output //console.log(child) }