aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/webpack
diff options
context:
space:
mode:
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 },