Skip to content

Squelch warnings if css: false #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Rich-Harris opened this issue Aug 16, 2017 · 0 comments · Fixed by #22
Closed

Squelch warnings if css: false #17

Rich-Harris opened this issue Aug 16, 2017 · 0 comments · Fixed by #22

Comments

@Rich-Harris
Copy link
Member

Typically I'll generate two bundles — one for my server app and one for my client app. The client app is responsible for generating CSS (which it passes to rollup-plugin-svelte for concatenation and writing out to a separate .css file), the server app can happily ignore it altogether.

It's annoying if the Rollup logs show 'unused CSS selector' warnings for both bundles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant