mirror of https://github.com/Chocobozzz/PeerTube
Fix lint issue
parent
70af9a0d4f
commit
bf4c77f0f4
|
@ -244,7 +244,7 @@ module.exports = {
|
||||||
new HtmlWebpackPlugin({
|
new HtmlWebpackPlugin({
|
||||||
template: 'src/index.html',
|
template: 'src/index.html',
|
||||||
chunksSortMode: 'dependency'
|
chunksSortMode: 'dependency'
|
||||||
}),
|
})
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue