Results 2 issues of RJ

I am using Restivus package in Meteor: https://github.com/kahmali/meteor-restivus I have defined server side API route: ``` // Global API configuration var Api = new Restivus({ useDefaultAuth: true, prettyJson: true, enableCors:...

Hi! I am using Leaflet from npm: ```import L from 'leaflet';``` What would be the best approach to include this plugin?