Incompatible with moment.js 2.4
yanfali opened this issue · 1 comments
yanfali commented
Momentjs no longer exports moment to the global scope, this breaks meteor charts. I used bower to downgrade to v2.3 and things started to work again. It would be great if meteor could be made compatible with requirejs so I can control the dependency graph without the use of global dependencies.
ericdrowell commented
great find! I'll fix this up