You can refer to this post to reduce the bundle size. The bundle is loaded once and all future includes are loaded from the browser cache so it's the common way for nowadays's site since it will improve the page loading time. The single bundle is loaded faster than multiple CSS/js files.
If you need any further clarifications please let us know.