Browse Source

fix: 修复打包失败

es6
iapyang 3 years ago
parent
commit
65a05ec188
  1. 2
      dist/fix/fix.compact.js

2
dist/fix/fix.compact.js vendored

@ -207,7 +207,7 @@
function traverse (parent, path) {
BI.each(parent, function (i, child) {
const childPath = path.concat(i);
var childPath = path.concat(i);
if (BI.isArray(child)) {
traverse(child, childPath);
} else if (BI.isPlainObject(child)) {

Loading…
Cancel
Save