From 2d98abe0e87ff7a301da7dd1d42f5cbf14c9e8e0 Mon Sep 17 00:00:00 2001 From: xiongxiaoyang <1179705413@qq.com> Date: Thu, 14 May 2026 17:19:51 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=BC=80=E5=90=AF=20CSS=20source=20ma?= =?UTF-8?q?p?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vue.config.js b/vue.config.js index 9a42341..b4116dc 100644 --- a/vue.config.js +++ b/vue.config.js @@ -5,6 +5,9 @@ module.exports = defineConfig({ // 端口号的配置 port:1024 }, + css: { + sourceMap: true // 开启 CSS source map + }, transpileDependencies: true, lintOnSave: false, configureWebpack: {