veliovgroup / flow-router

🚦 Carefully extended flow-router for Meteor
https://packosphere.com/ostrio/flow-router-extra
BSD 3-Clause "New" or "Revised" License
202 stars 29 forks source link

Fix #43 by including weak dependencies and avoiding require #44

Closed coagmano closed 6 years ago

coagmano commented 6 years ago

Not sure if this was causing the 'Template is undefined' error, but we should explicitly declare a weak dependency anyway.

I've noticed Meteor's bundling system sometimes bugs out when you use a dependency that was not declared.