From 51cf53fb574b508803f42a78e71f62fc960ae3b6 Mon Sep 17 00:00:00 2001 From: nangkyeonglim Date: Thu, 21 Sep 2023 19:50:46 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=BA=90=EC=8B=9C=20=EB=B2=84?= =?UTF-8?q?=EC=8A=A4=ED=8C=85=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/webpack.common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/webpack.common.js b/frontend/webpack.common.js index 442356583..0b62f7ef4 100644 --- a/frontend/webpack.common.js +++ b/frontend/webpack.common.js @@ -22,7 +22,7 @@ module.exports = { test: /\.(png|webp|avif)$/i, type: 'asset', generator: { - filename: 'static/[name][ext]', + filename: 'static/[name].[contenthash][ext]', }, }, { @@ -50,7 +50,7 @@ module.exports = { }, }, output: { - filename: 'bundle.js', + filename: '[name].[contenthash].bundle.js', path: path.resolve(__dirname, 'dist'), clean: true, publicPath: '/',