Hello, I can see you added all css and js in one file called the bundle
How can I get these links separately so I can use what I need as the size is very big?
Can you guide me how to get the css and js in separated files not all in one file
Hi,
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.
Regards.