fix bls webpack build
This commit is contained in:
parent
bfc4e03a41
commit
931bfb1523
|
@ -0,0 +1,6 @@
|
|||
module.exports = {
|
||||
mode: "production",
|
||||
node: {
|
||||
fs: "empty"
|
||||
}
|
||||
};
|
Reference in New Issue