From 2c8c3e03723aa5aa4c2d02df9efedd2c733f6a8c Mon Sep 17 00:00:00 2001 From: liudianxin Date: Fri, 14 Aug 2020 11:58:44 +0800 Subject: [PATCH] =?UTF-8?q?limit=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/webpack.base.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/webpack.base.conf.js b/build/webpack.base.conf.js index 4a6deea..c7ff2b9 100644 --- a/build/webpack.base.conf.js +++ b/build/webpack.base.conf.js @@ -48,7 +48,7 @@ module.exports = { loader: 'url-loader', exclude: [resolve('src/icons')], options: { - limit: 10000, + limit: 1000000, name: utils.assetsPath('img/[name].[hash:7].[ext]') } }, -- 2.26.0