Is there a way to use Cesium with Meteor?

I’d like to create an app using cesium.js and meteor. Cesium has an npm package, but if I add it to my meteor app and import it I get errors as described in this issue, presumably because cesiumjs uses AMD modules.

Is there a workaround for this? Surely there is some way to use Cesium in a meteor app!

Well, time to learn Aurelia, I guess.