remix-run / indie-stack

The Remix Stack for deploying to Fly with SQLite, authentication, testing, linting, formatting, etc.
https://remix.run/stacks
MIT License
1.09k stars 312 forks source link

feat: add `css-bundle` setup #221

Closed markdalgleish closed 1 year ago

markdalgleish commented 1 year ago

This ensures CSS bundling doesn't need to be manually set up before using any CSS bundling features which is particularly important since they'll be enabled by default in v1.16. By default this has no impact on the links returned from this app so there's zero cost for consumers.