I am trying to move a project from local machine to a server with no internet access and no privilege to install libraries. The server is already installed with many of the libraries.
For my current project the are some libraries and dependencies which are not available on server.
So, I am trying to use packrat to bundle and move the project to server. Now, the bundle size is becoming huge and others. I want to bundle only packages that are not available on server. How can I do this?