fix bls webpack build

This commit is contained in:
Marin Petrunić 2019-12-11 10:02:08 +01:00
parent bfc4e03a41
commit 931bfb1523
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"
}
};