mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Client dependencies upgrade
This commit is contained in:
@@ -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']
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user