Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make client module lazy #277

Merged
merged 3 commits into from
Feb 26, 2019
Merged

Make client module lazy #277

merged 3 commits into from
Feb 26, 2019

Conversation

moberegger
Copy link
Contributor

Simply makes the meteor package's client module lazy. This just prevents the module from being included in the app bundle until it is imported. This is particularly useful if the developer opts to use this atmosphere package with the apollo-link-ddp npm module instead; without the lazy option, the client will get bundled with app no matter what.

Note that this includes a bump to 2.2.0. This is because my other PR (#276) bumps to 2.1.0.

@jamiter
Copy link
Contributor

jamiter commented Feb 25, 2019

If you remove the version bump and add this to the changelog I can merge it.

Thanks for making the PR!

@moberegger
Copy link
Contributor Author

Ok, no problem! I'll find some time soon!

@jamiter jamiter merged commit 77ee264 into Swydo:master Feb 26, 2019
@jamiter
Copy link
Contributor

jamiter commented Feb 26, 2019

Thanks again @moberegger!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants