Merge pull request #632 from hedgedoc/webpack-css-contenthash
Generate CSS filenames with contenthash
This commit is contained in:
commit
6dde20942a
@ -177,7 +177,10 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
new MiniCssExtractPlugin()
|
new MiniCssExtractPlugin({
|
||||||
|
filename: '[name].[contenthash].css',
|
||||||
|
chunkFilename: '[id].[contenthash].css'
|
||||||
|
})
|
||||||
],
|
],
|
||||||
|
|
||||||
entry: {
|
entry: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user