We know that vanilla HTML+CSS+JS uses a CDN (Content Delivery Network) approach a lot. Bootstrap, as an example, can be served with jsDeliver. Does that mean I'll lose the increase in performance and reliability of CDNs when I use vite?
Say I'm developing a project with Vite and Bootstrap CSS. If I npm install bootstrap, the CSS & JS files go to my local node_modules/. Unless I'm mistaken, that means bootstrap is served by my server in production time (after my project is built).