From 4adebd513ec207d54e76a09cd4a8554d1900d34a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 31 Mar 2020 15:43:17 +0200 Subject: Client dependencies upgrade --- client/webpack/webpack.video-embed.js | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'client/webpack') diff --git a/client/webpack/webpack.video-embed.js b/client/webpack/webpack.video-embed.js index f6d532556..84ab83669 100644 --- a/client/webpack/webpack.video-embed.js +++ b/client/webpack/webpack.video-embed.js @@ -78,10 +78,12 @@ module.exports = function () { { loader: 'sass-loader', options: { - sourceMap: true, - includePaths: [ - helpers.root('src/sass/include') - ] + sassOptions: { + sourceMap: true, + includePaths: [ + helpers.root('src/sass/include') + ] + } } } ] @@ -131,7 +133,7 @@ module.exports = function () { template: 'src/standalone/videos/embed.html', filename: 'embed.html', title: 'PeerTube', - chunksSortMode: 'dependency', + chunksSortMode: 'auto', inject: 'body', chunks: ['video-embed'] }), @@ -140,7 +142,7 @@ module.exports = function () { template: '!!html-loader!src/standalone/videos/test-embed.html', filename: 'test-embed.html', title: 'PeerTube', - chunksSortMode: 'dependency', + chunksSortMode: 'auto', inject: 'body', chunks: ['test-embed'] }), -- cgit v1.2.3