Recently I've been utilizing knockout.js for handling data-binding in a specific chrome extension project. However, I am considering switching to a different framework like Angular. Upon installing all the necessary dependencies using npm for Angular, I noticed that the node_modules folder is exceeding 100 MB in size. This poses a dilemma as it's too large to include in the chrome extension and would result in hefty files on each user's machine. Can anyone provide advice on how I can implement Angular for my extension without burdening the client with excessively large files?