Ignore ganache-core from subproviders in a browser setting & remove previous hack

This commit is contained in:
Fabio Berger
2018-03-14 17:29:57 +01:00
parent 28d63ad8e1
commit 9593739938
2 changed files with 3 additions and 4 deletions

View File

@@ -62,5 +62,8 @@
},
"publishConfig": {
"access": "public"
},
"browser": {
"ganache-core": false
}
}

View File

@@ -19,10 +19,6 @@ module.exports = {
md: path.join(__dirname, '/md'),
},
},
// HACK: Temporary fix for this issue: https://github.com/trufflesuite/ganache-core/issues/84
node: {
fs: 'empty',
},
module: {
rules: [
{