From 958f5a5abc6b5d4efee768d0b181078c25d4199e Mon Sep 17 00:00:00 2001 From: long <515897141@qq.com> Date: 星期五, 21 一月 2022 19:09:38 +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