Update: 使用 [contenthash:8] 替换 [hash:8]
This commit is contained in:
@@ -51,7 +51,7 @@ module.exports = {
|
||||
]
|
||||
},
|
||||
plugins: [
|
||||
new MiniCssExtractPlugin({ filename: "styles/[name].[hash:8].css" }),
|
||||
new MiniCssExtractPlugin({ filename: "styles/[name].[contenthash:8].css" }),
|
||||
new CopyPlugin({
|
||||
patterns: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user