这是webpack配置 {test: /\.(gif|png|jpg|jpeg|woff|svg|eot|ttf)\??.*$/,use: [{loader: "file-loader",options: {limit: 20000,name: 'images/[name]-[hash:5].[ext]'}},{loader: 'image-webpack-loader',options: {disable: true,}}]},
limit: 20000 这个数值是用来做限制的,你这个20000 太大了,基本上都没什么图片会有这么大的,所以不做base64解析( 1 = 1024字节 )