From a533c94a9ee64d8b1fdf322170562d4bce1c88b5 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Fri, 17 Mar 2023 10:26:14 +0800
Subject: [PATCH] 预览页
---
vue.config.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index 73b8a3f..50896ca 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -1,7 +1,7 @@
module.exports = {
//路径前缀
publicPath: "/",
- lintOnSave: true,
+ lintOnSave: false,
productionSourceMap: false,
chainWebpack: (config) => {
//忽略的打包文件
--
Gitblit v1.9.3