diff options
author | Chocobozzz <me@florianbigard.com> | 2023-07-10 16:13:22 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-07-10 16:13:22 +0200 |
commit | 63e2f087c3410206aa294df8099b005e615592e5 (patch) | |
tree | bbc60b9b258f35442e9c6e6104e8df255f3704f1 /client/webpack | |
parent | 83b42f5a32df30fc8b665d52c7ef707c0c5c8566 (diff) | |
parent | 8953f055c86ca74f145d7ac5ac93bb6104d73af9 (diff) | |
download | PeerTube-63e2f087c3410206aa294df8099b005e615592e5.tar.gz PeerTube-63e2f087c3410206aa294df8099b005e615592e5.tar.zst PeerTube-63e2f087c3410206aa294df8099b005e615592e5.zip |
Merge branch 'feature/remove-webtorrent' into develop
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 | }, |