From ef341b7695a62249399fe63fb77bbb887ab71734 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 04 Aug 2025 13:46:12 +0800
Subject: [PATCH] 1111
---
config/index.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/config/index.js b/config/index.js
index 2ba7612..fd0a667 100644
--- a/config/index.js
+++ b/config/index.js
@@ -60,7 +60,8 @@
*/
// https://webpack.js.org/configuration/devtool/#development
- devtool: "cheap-module-eval-source-map",
+ // devtool: "cheap-module-eval-source-map",source-map
+ devtool: "source-map",
// If you have problems debugging vue-files in devtools,
// set this to false - it *may* help
--
Gitblit v1.9.3