aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/webpack
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-07-10 16:13:22 +0200
committerChocobozzz <me@florianbigard.com>2023-07-10 16:13:22 +0200
commit63e2f087c3410206aa294df8099b005e615592e5 (patch)
treebbc60b9b258f35442e9c6e6104e8df255f3704f1 /client/webpack
parent83b42f5a32df30fc8b665d52c7ef707c0c5c8566 (diff)
parent8953f055c86ca74f145d7ac5ac93bb6104d73af9 (diff)
downloadPeerTube-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.js3
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 },