From 154189e0a1df30e76a58ebe7223a24aea0ff7b18 Mon Sep 17 00:00:00 2001 From: luyisha Date: Wed, 9 Aug 2023 15:36:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E9=85=8D=E7=BD=AE?= 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 10d80c8..8c5a41e 100644 --- a/vue.config.js +++ b/vue.config.js @@ -20,6 +20,9 @@ module.exports = { config.resolve.modules.store.add(rootModulesPath); config.resolve.modules.store.add('node_modules'); }, + configureWebpack:config=>{ + config.devtool = false + }, productionSourceMap:false // configureWebpack: { // plugins: [