bruce

Results 2 issues of bruce

请求filed返回data只有errMsg: "request:fail ",此时没有data.header 做了一下兼容 const bodySize = (data.header&&data.header['Content-Length']) || datas.length || 0;

export const status = {'a': 0,'b': 10,'c': 20,} will be minified by webpack to r.d(e,"b",(function(){return i}));var i={"a":0,"b":10,"c":20}, How can it be compiled to r.d(e,"status",(function(){return i}));var i={"a":0,"b":10,"c":20} not uglify the exported...