mirror of
https://github.com/NoCrypt/migu.git
synced 2026-01-11 20:10:22 +00:00
fix: revert hybrid chunk store changes
This commit is contained in:
parent
249444899f
commit
372288cfa4
2 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue