I\'m trying to transpile an incredibly simple file using babel and webpack:
window.foo = function(bar) { return {...bar}; }
however, the