diff options
author | Chocobozzz <me@florianbigard.com> | 2023-07-10 16:41:08 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-07-10 16:41:08 +0200 |
commit | c3030e944ad03c7fd7b5d668a2d88ff03e4cdf19 (patch) | |
tree | 60cfdd1aabe66ff4f65fd94243debecb7dd41555 /client/webpack/webpack.video-embed.js | |
parent | 63e2f087c3410206aa294df8099b005e615592e5 (diff) | |
download | PeerTube-c3030e944ad03c7fd7b5d668a2d88ff03e4cdf19.tar.gz PeerTube-c3030e944ad03c7fd7b5d668a2d88ff03e4cdf19.tar.zst PeerTube-c3030e944ad03c7fd7b5d668a2d88ff03e4cdf19.zip |
Fix build
Diffstat (limited to 'client/webpack/webpack.video-embed.js')
-rw-r--r-- | client/webpack/webpack.video-embed.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/webpack/webpack.video-embed.js b/client/webpack/webpack.video-embed.js index 558481473..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 | ||