Meteor Cloudfront CDN package without jquery

Hello everyone,

I am looking for a replacement for zodern:cdn package that doesn’t have a dependency on blaze and jquery. The jquery dependency is adding 1 MB to the bundle, which is quite a lot for something we are not at all using.

We are using mup-aws-beanstalk alongwith mup-cloudfront package by @zodern as well.

Any alternatives to zodern-cdn that plays well with mup? Or else any lightweight package for jquery?

Thanks and Regards

The package makes no explicit usage of Blaze or jQuery in package.js

The only thing Blaze related is the helper

I recommend that you fork the package and make the necessary changes as they’re not that difficult.

1 Like

Didn’t occur to me to look at the code. Thanks a lot.

1 Like