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??!
So is there any way to remove jQuery completely??
@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
Most helpful comment
@ShinyLeee Run
meteor list --tree
and you can find which package usejquery
as dependency