ericdrowell/MeteorCharts

Incompatible with moment.js 2.4

Opened this issue · 1 comments

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.

great find! I'll fix this up