Open spacegangster opened 3 years ago
Hey, for those who've encountered babel / webpack issues. I've fixed these problems in my fork.
{...object}
Object.assign({}, x1, x2, ...)
Fixes #29 #26
Hey, for those who've encountered babel / webpack issues. I've fixed these problems in my fork.
{...object}
expressions, so replaced them withObject.assign({}, x1, x2, ...)
Fixes #29 #26