Ignore ganache-core from subproviders in a browser setting & remove previous hack
This commit is contained in:
@@ -62,5 +62,8 @@
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"browser": {
|
||||
"ganache-core": false
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user