Merge pull request #582 from ChainSafe/mpetrunic/fix/bls-release
fix bls webpack build
This commit is contained in:
commit
315bf03aaa
|
@ -0,0 +1,6 @@
|
|||
module.exports = {
|
||||
mode: "production",
|
||||
node: {
|
||||
fs: "empty"
|
||||
}
|
||||
};
|
Reference in New Issue