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