Critical CSS and Webpack: Automatically Minimize Render-Blocking CSS
ARANK

If we only load the CSS that's useful for the initial page render, our users will see the page quicker. Isolating critical CSS and loading non-critical CSS in idle time is something that can be done programmatically in your Webpack pipeline.

vuejsdevelopers.com
Related Topics: CSS JavaScript
2 comments