From c40e9437492f6973e631f42d8859d50182f777df Mon Sep 17 00:00:00 2001 From: long <515897141@qq.com> Date: 星期一, 24 一月 2022 10:01:36 +0800 Subject: [PATCH] 删除富文本组件多余代码 --- vue.config.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/vue.config.js b/vue.config.js index 76ccbea..9d70b33 100644 --- a/vue.config.js +++ b/vue.config.js @@ -77,6 +77,9 @@ // when there are many pages, it will cause too many meaningless requests config.plugins.delete('prefetch') + // 鎵撳寘鍚庢敞閲奵onsole TODO 寰呮祴璇� + // config.optimization.minimizer('terser').tap((args) => { args[0].terserOptions.compress.drop_console = true; return args }) + // set svg-sprite-loader config.module .rule('svg') -- Gitblit v1.8.0