mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-24 06:43:57 +08:00
added chunkhash to the css file
This commit is contained in:
parent
e99e09dde3
commit
433b2fc130
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ const BASE_CONFIG = {
|
|||
inject: "body",
|
||||
}),
|
||||
new MiniCssExtractPlugin({
|
||||
filename: "./css/style.css",
|
||||
filename: "./css/style.[chunkhash:8].css",
|
||||
}),
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue