From 6bc5ffd26da4b2dd8e7ac1897bb8da60662abeaf Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 14 Apr 2022 10:53:28 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=E8=B0=83?= =?UTF-8?q?=E8=AF=95=E6=BA=90=E7=A0=81=E6=98=A0=E5=B0=84=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=EF=BC=8Cchrome=E8=B0=83=E8=AF=95=E6=BA=90=E7=A0=81=E8=A2=AB?= =?UTF-8?q?=E5=8E=8B=E7=BC=A9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/vue.config.js b/frontend/vue.config.js index 9f40bcca0e..407ac734ae 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -40,7 +40,7 @@ module.exports = { }, configureWebpack: { name: name, - devtool: 'source-map', + devtool: 'cheap-module-source-map', resolve: { alias: { '@': resolve('src')