Meteor: [1.5.2]Cannot really remove jQuery package

Created on 17 Sep 2017  路  3Comments  路  Source: meteor/meteor

Since I don't need jQuery in my project I just run meteor remove jquery and check the bundle-visualizer result, but why jQuery is still in the bundle?

I can not found jQuery in .meteor/package but in .meteor/versions jQuery is still here.

After I tried delete it in .meteor/versions and run app again, that thing happens, it added jQuery automatically??!
image

So is there any way to remove jQuery completely??

Most helpful comment

@ShinyLeee Run meteor list --tree and you can find which package use jquery as dependency

All 3 comments

@ShinyLeee Run meteor list --tree and you can find which package use jquery as dependency

@Deadly0 Thanks, seems I can not get rid of jQuery and Blaze... So many package depend on them...

Then that's dependent on your packages.

Having Meteor without jQuery is as easy as:

$ meteor create --bare
Was this page helpful?
0 / 5 - 0 ratings