diff --git a/capacitor/webpack.config.cjs b/capacitor/webpack.config.cjs index 7fe540a..a09f95e 100644 --- a/capacitor/webpack.config.cjs +++ b/capacitor/webpack.config.cjs @@ -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 } diff --git a/electron/webpack.config.cjs b/electron/webpack.config.cjs index ad1feeb..2918254 100644 --- a/electron/webpack.config.cjs +++ b/electron/webpack.config.cjs @@ -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') }