How to reduce size of Meteor React App

Hi, I work on a React + Meteor App, With time size of my folder increases and now it is of size 60.8GB.
Now I don’t want to delete the app because there are a lot of branches associated with the folder.
So how can I reduce the size of my app/folder.

Thanks

Try not to use NPM or Meteor packages when there is no need for it.

No i wanted to know how i reduce size now.
Can i delete local folder in .meteor?

You can delete .meteor/local/bundler-cache

1 Like

You might have a humongous database. Try clearing it with meteor reset

1 Like

yes you can. but you need to use

meteor run

again for it to function completely

1 Like

maybe the bundle visualizer could help?