forked from Mirrors/keyoxide-web
Fix webpack fallbacks
This commit is contained in:
parent
c777be0131
commit
4e323246eb
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ export default (env) => {
|
||||||
child_process: false,
|
child_process: false,
|
||||||
fs: false,
|
fs: false,
|
||||||
path: false,
|
path: false,
|
||||||
|
buffer: false,
|
||||||
|
perf_hooks: false,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
|
|
Loading…
Reference in a new issue