diff options
author | Chocobozzz <me@florianbigard.com> | 2023-06-29 15:55:00 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-07-10 16:08:28 +0200 |
commit | a1bd2b77d99cec5c27d38501f5f12f9dc339de17 (patch) | |
tree | 58b4666297e0b832a52f962541498af61319110a /client/webpack | |
parent | 8ef866071f8109719e68647141d4c9e138438585 (diff) | |
download | PeerTube-a1bd2b77d99cec5c27d38501f5f12f9dc339de17.tar.gz PeerTube-a1bd2b77d99cec5c27d38501f5f12f9dc339de17.tar.zst PeerTube-a1bd2b77d99cec5c27d38501f5f12f9dc339de17.zip |
Remove webtorrent support from client
Diffstat (limited to 'client/webpack')
-rw-r--r-- | client/webpack/webpack.video-embed.js | 3 |
1 files changed, 0 insertions, 3 deletions
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 () { | |||
36 | 36 | ||
37 | fallback: { | 37 | fallback: { |
38 | fs: [ path.resolve('src/shims/noop.ts') ], | 38 | fs: [ path.resolve('src/shims/noop.ts') ], |
39 | http: [ path.resolve('src/shims/http.ts') ], | ||
40 | https: [ path.resolve('src/shims/https.ts') ], | ||
41 | path: [ path.resolve('src/shims/path.ts') ], | 39 | path: [ path.resolve('src/shims/path.ts') ], |
42 | stream: [ path.resolve('src/shims/stream.ts') ], | ||
43 | crypto: [ path.resolve('src/shims/noop.ts') ] | 40 | crypto: [ path.resolve('src/shims/noop.ts') ] |
44 | } | 41 | } |
45 | }, | 42 | }, |