From 372288cfa47299c481e93f39ea3bef3d2125a2f3 Mon Sep 17 00:00:00 2001 From: ThaUnknown <6506529+ThaUnknown@users.noreply.github.com> Date: Sun, 16 Jun 2024 23:44:43 +0200 Subject: [PATCH] fix: revert hybrid chunk store changes --- capacitor/webpack.config.cjs | 1 - electron/webpack.config.cjs | 1 - 2 files changed, 2 deletions(-) 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') }