parent
ea5cdc11ff
commit
2564d97e0d
3 changed files with 11 additions and 1 deletions
|
@ -122,7 +122,15 @@ module.exports = function () {
|
|||
title: 'PeerTube',
|
||||
chunksSortMode: 'auto',
|
||||
inject: 'body',
|
||||
chunks: ['video-embed']
|
||||
chunks: ['video-embed'],
|
||||
minify: {
|
||||
collapseWhitespace: true,
|
||||
removeComments: false,
|
||||
removeRedundantAttributes: true,
|
||||
removeScriptTypeAttributes: true,
|
||||
removeStyleLinkTypeAttributes: true,
|
||||
useShortDoctype: true
|
||||
}
|
||||
}),
|
||||
|
||||
new HtmlWebpackPlugin({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue