vsivsi/meteor-job-collection

Support dynamic import

Open

#259 建立於 2017年10月12日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)CoffeeScript (389 star) (68 fork)batch import
enhancementhelp wanted

描述

First of all, this is a great package and it has shorten my development by a lot as I move a lot of long running tasks in the background like sending SMS or uploading to S3.

But if there is one part that we can improve, it is with dynamically importing this package in the client. In my case, less than 5% of my users actions use background jobs but it is the 5th biggest resource being downloaded.

Is there a possibility to setup the package for dynamic import as supported by Meteor since 1.5?

https://github.com/meteor/meteor/issues/8745

貢獻者指南