From 3f8e8292ad4ceab2983b90841b4c1745cc2e3bdb Mon Sep 17 00:00:00 2001 From: muerwre Date: Sun, 25 Aug 2019 21:11:58 +0700 Subject: [PATCH] hash css --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 4de4d0cd..b7c8d289 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -41,7 +41,7 @@ module.exports = () => { new Dotenv(), new MiniCssExtractPlugin({ filename: '[name].[contenthash].css', - chunkFilename: '[id].css', + chunkFilename: '[id].[hash].css', }), ];