I have an Angular project running with several NPM packages, using the famous package.json
I noticed that when I run my application, some packages use cdn.jsdelivr.net to retrieve some resources. Is there a way to disable this, and stay fully in local ?
For example, a request made by a third-party package
Thanks in advance