From 187dd105e84df281d9374435f59210f7168f0c36 Mon Sep 17 00:00:00 2001 From: mengyxu Date: Fri, 25 Apr 2025 23:11:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=89=93=E5=8C=85=E5=90=8E?= =?UTF-8?q?=E4=B8=8D=E6=98=A0=E5=B0=84=E6=BA=90=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/vue.config.js b/vue.config.js index 910e297..ac4aa41 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,4 +1,5 @@ -const { defineConfig } = require('@vue/cli-service') +const { defineConfig } = require('@vue/cli-service'); module.exports = defineConfig({ - transpileDependencies: true -}) + productionSourceMap: false, + transpileDependencies: true, +});