Client dependencies upgrade
This commit is contained in:
parent
6541071b4a
commit
4adebd513e
6 changed files with 2134 additions and 2292 deletions
|
@ -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']
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue