Is it possible to dynamic import a Meteor package?
I’m currently using the awesome job collection meteor package (vsivsi:job-collection) and I was able to separate a lot of long running tasks triggered by user actions to background jobs. But, less than 5% of user actions result to background jobs.
Given this, the package is in the top 5 of the network resources being downloaded by my users. Is it possible to dynamically import this package?