mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
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,
|
||||
fs: false,
|
||||
path: false,
|
||||
buffer: false,
|
||||
perf_hooks: false,
|
||||
}
|
||||
},
|
||||
plugins: [
|
||||
|
|
Loading…
Reference in a new issue