From 76e3d3424dd1e7083572633e7e93a6b1510b7bd8 Mon Sep 17 00:00:00 2001 From: jiangx Date: Mon, 1 Apr 2024 14:40:19 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=F0=9F=93=A6=EF=B8=8F=20=E5=8E=BB?= =?UTF-8?q?=E9=99=A4sourcemap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 3c5568d..3f6babc 100644 --- a/vue.config.js +++ b/vue.config.js @@ -4,5 +4,6 @@ const prod = process.env.NODE_ENV === 'production' module.exports = defineConfig({ transpileDependencies: true, - publicPath: prod ? './' : '/' + publicPath: prod ? './' : '/', + productionSourceMap: false })