From 7eb40d4907734fbca29fe0da84b552843c936cbd Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Thu, 29 Feb 2024 14:55:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vue.config.js b/vue.config.js index d9ada8c..67c21b1 100644 --- a/vue.config.js +++ b/vue.config.js @@ -70,10 +70,6 @@ module.exports = { alias: { '@': resolve('src') } - }, - output: { - filename: `js/[name]-test-${new Date().getTime()}.js`, - chunkFilename: `js/[name]-test-${new Date().getTime()}.js` } }, chainWebpack(config) {