Merge pull request #582 from ChainSafe/mpetrunic/fix/bls-release

fix bls webpack build
This commit is contained in:
Cayman 2019-12-13 11:14:06 -06:00 committed by GitHub
commit 315bf03aaa
1 changed files with 6 additions and 0 deletions

6
webpack.config.js Normal file
View File

@ -0,0 +1,6 @@
module.exports = {
mode: "production",
node: {
fs: "empty"
}
};