From 80624154988f6270a353269c5e76f334e631b349 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 6 Jul 2017 14:39:39 +0200 Subject: Update videojs -> 6 --- client/config/webpack.common.js | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) (limited to 'client/config') diff --git a/client/config/webpack.common.js b/client/config/webpack.common.js index 61347dba2..da900da85 100644 --- a/client/config/webpack.common.js +++ b/client/config/webpack.common.js @@ -260,12 +260,33 @@ module.exports = function (options) { * * See: https://www.npmjs.com/package/copy-webpack-plugin */ + // Used by embed.html new CopyWebpackPlugin([ - // { - // from: 'src/assets', - // to: 'assets' - // }, + { + from: 'src/assets', + to: 'assets' + }, + { + from: 'node_modules/webtorrent/webtorrent.min.js', + to: 'assets/webtorrent' + }, + { + from: 'node_modules/video.js/dist/video.min.js', + to: 'assets/video-js' + }, + { + from: 'node_modules/video.js/dist/video-js.min.css', + to: 'assets/video-js' + }, + { + from: 'node_modules/videojs-dock/dist/videojs-dock.min.js', + to: 'assets/video-js' + }, + { + from: 'node_modules/videojs-dock/dist/videojs-dock.css', + to: 'assets/video-js' + }, { from: 'src/standalone', to: 'standalone' -- cgit v1.2.3