diff options
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 | ||