mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-21 08:31:58 +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,
|
...alias,
|
||||||
wrtc: false,
|
wrtc: false,
|
||||||
'node-datachannel': 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'),
|
'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
|
'webrtc-polyfill': false // no webrtc on mobile, need the resources
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,6 @@ module.exports = [
|
||||||
'node-fetch': false,
|
'node-fetch': false,
|
||||||
ws: false,
|
ws: false,
|
||||||
wrtc: false,
|
wrtc: false,
|
||||||
'hybrid-chunk-store': false,
|
|
||||||
'bittorrent-tracker/lib/client/http-tracker.js': resolve('../node_modules/bittorrent-tracker/lib/client/http-tracker.js'),
|
'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')
|
'webrtc-polyfill': resolve('../node_modules/webrtc-polyfill/browser.js')
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue