mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
fix(build): skip some polyfills
This commit is contained in:
parent
9ba986f5e5
commit
f33aff577c
1 changed files with 5 additions and 0 deletions
|
|
@ -94,6 +94,11 @@ module.exports = {
|
|||
},
|
||||
resolve: {
|
||||
fallback: {
|
||||
crypto: false,
|
||||
fs: false,
|
||||
os: false,
|
||||
path: false,
|
||||
stream: false,
|
||||
timers: require.resolve('timers-browserify'),
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue