From a1bd2b77d99cec5c27d38501f5f12f9dc339de17 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 29 Jun 2023 15:55:00 +0200 Subject: Remove webtorrent support from client --- client/webpack/webpack.video-embed.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'client/webpack') diff --git a/client/webpack/webpack.video-embed.js b/client/webpack/webpack.video-embed.js index e25677872..558481473 100644 --- a/client/webpack/webpack.video-embed.js +++ b/client/webpack/webpack.video-embed.js @@ -36,10 +36,7 @@ module.exports = function () { fallback: { fs: [ path.resolve('src/shims/noop.ts') ], - http: [ path.resolve('src/shims/http.ts') ], - https: [ path.resolve('src/shims/https.ts') ], path: [ path.resolve('src/shims/path.ts') ], - stream: [ path.resolve('src/shims/stream.ts') ], crypto: [ path.resolve('src/shims/noop.ts') ] } }, -- cgit v1.2.3