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', }), ];