diff --git a/build/webpack.base.conf.js b/build/webpack.base.conf.js index 4a6deead6f233e011064dcb1358980404c4197a8..c7ff2b9ce8bcec5b032cfb451183a8769ff57884 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]') } },