We're getting [prod errors in the Everipedia.org site](https://sentry.io/share/issue/9ef74433d1794ba2983e5e9def96bbf2/) for browsers which do not support the spread operator (`...`). After running this repo locally, it appears that `dfuse-client.umd.js` contains this syntax, which should not land in user's browsers untranspiled. None of the other `dist` outputs contain this, so I'm going to borrow their build syntax and PR this 🙌