Merge pull request #632 from hedgedoc/webpack-css-contenthash

Generate CSS filenames with contenthash
This commit is contained in:
David Mehren
2020-12-21 21:16:48 +01:00
committed by GitHub

View File

@@ -177,7 +177,10 @@ module.exports = {
}
]
}),
new MiniCssExtractPlugin()
new MiniCssExtractPlugin({
filename: '[name].[contenthash].css',
chunkFilename: '[id].[contenthash].css'
})
],
entry: {