From 469722260f04cb364ed3e9f24333f0b15be8b33e Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Thu, 7 Nov 2024 10:40:56 +0800 Subject: [PATCH] =?UTF-8?q?vue=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vue.config.js diff --git a/vue.config.js b/vue.config.js new file mode 100644 index 00000000..24a96298 --- /dev/null +++ b/vue.config.js @@ -0,0 +1,9 @@ +module.exports = { + // webpack配置 + configureWebpack: { + // 关闭 webpack 的性能提示 + performance: { + hints: false + } + } +} \ No newline at end of file