mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix(build): skip some polyfills
This commit is contained in:
@@ -94,6 +94,11 @@ module.exports = {
|
||||
},
|
||||
resolve: {
|
||||
fallback: {
|
||||
crypto: false,
|
||||
fs: false,
|
||||
os: false,
|
||||
path: false,
|
||||
stream: false,
|
||||
timers: require.resolve('timers-browserify'),
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user