I had to comment out custom.js in order to package this up with rollup, as it seems like this circular dependency is not getting resolved correctly:
https://github.com/benjamn/arson/blob/master/custom.js#L11
Is there a way that we'd be able to reorganize the code to not make this a problem? Happy to submit a PR if we can come up with a solution.