From 76f74505c5fb84284fef17a76af1ae2e04017ca1 Mon Sep 17 00:00:00 2001 From: pipipi-pikachu <1171051090@qq.com> Date: Mon, 21 Dec 2020 17:30:43 +0800 Subject: [PATCH] update --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index c9c404d8..8014c906 100644 --- a/vue.config.js +++ b/vue.config.js @@ -25,7 +25,7 @@ module.exports = { .rule('images') .use('url-loader') .loader('url-loader') - .tap(options => Object.assign(options, { limit: 10240 })) + .tap(options => Object.assign(options, { limit: 5120 })) }, configureWebpack: { plugins: [