aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/webpack/webpack.video-embed.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/webpack/webpack.video-embed.js')
-rw-r--r--client/webpack/webpack.video-embed.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/client/webpack/webpack.video-embed.js b/client/webpack/webpack.video-embed.js
index e25677872..47d440c25 100644
--- a/client/webpack/webpack.video-embed.js
+++ b/client/webpack/webpack.video-embed.js
@@ -10,7 +10,7 @@ module.exports = function () {
10 const configuration = { 10 const configuration = {
11 entry: { 11 entry: {
12 'video-embed': './src/standalone/videos/embed.ts', 12 'video-embed': './src/standalone/videos/embed.ts',
13 'player': './src/standalone/player/player.ts', 13 'player': './src/standalone/embed-player-api/player.ts',
14 'test-embed': './src/standalone/videos/test-embed.ts' 14 'test-embed': './src/standalone/videos/test-embed.ts'
15 }, 15 },
16 16
@@ -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 },