fix: revert hybrid chunk store changes

This commit is contained in:
ThaUnknown 2024-06-16 23:44:43 +02:00
parent 249444899f
commit 372288cfa4
2 changed files with 0 additions and 2 deletions

View file

@ -30,7 +30,6 @@ const capacitorConfig = {
...alias,
wrtc: false,
'node-datachannel': false,
'hybrid-chunk-store': false,
'bittorrent-tracker/lib/client/http-tracker.js': resolve('../node_modules/bittorrent-tracker/lib/client/http-tracker.js'),
'webrtc-polyfill': false // no webrtc on mobile, need the resources
}

View file

@ -27,7 +27,6 @@ module.exports = [
'node-fetch': false,
ws: false,
wrtc: false,
'hybrid-chunk-store': false,
'bittorrent-tracker/lib/client/http-tracker.js': resolve('../node_modules/bittorrent-tracker/lib/client/http-tracker.js'),
'webrtc-polyfill': resolve('../node_modules/webrtc-polyfill/browser.js')
}