From 7bf049fe3e352ee8ab62ff09179366b462e795ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=AB=8B=E5=B8=AE?= <3294713004@qq.com> Date: Tue, 22 Apr 2025 00:53:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(boards):=20=E4=BC=98=E5=8C=96=E6=9D=BF?= =?UTF-8?q?=E5=8D=A1=E6=89=93=E5=8C=85=E6=96=B9=E5=BC=8F=E4=BB=A5=E5=9C=A8?= =?UTF-8?q?=E6=9D=BF=E5=8D=A1=E6=96=87=E4=BB=B6=E6=9B=B4=E6=96=B0=E5=90=8E?= =?UTF-8?q?=E9=98=B2=E6=AD=A2=E5=91=BD=E4=B8=AD=E7=94=A8=E6=88=B7=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webpack.common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.common.js b/webpack.common.js index df0a3546..ca14dc95 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -9,7 +9,7 @@ module.exports = { cache: false, entry: path.resolve(ORI_DIR, 'index.js'), output: { - filename: "[name].bundle.js", + filename: "[name].bundle.[contenthash:8].js", path: DEST_DIR, clean: true },