Hacker News new | ask | show | jobs
by 01brett 1690 days ago
Author here, I just looked at our frontend build and Create React App bundles our CSS into one big {webpack-hash}.css. It scales well for us because the frontend is a single page app.