Client dependencies upgrade

This commit is contained in:
Chocobozzz 2020-03-31 15:43:17 +02:00
parent 6541071b4a
commit 4adebd513e
No known key found for this signature in database
GPG key ID: 583A612D890159BE
6 changed files with 2134 additions and 2292 deletions

View file

@ -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']
}),