-
Notifications
You must be signed in to change notification settings - Fork 183
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
feat: add quiet mode #702
feat: add quiet mode #702
Conversation
Defaults to false as to be a non-breaking change
PR Summary
|
Any chance of getting this merged? |
@atinux - thoughts? |
@@ -8,7 +8,8 @@ export default defineNuxtConfig({ | |||
tailwindcss: { | |||
// viewer: false, | |||
exposeConfig: true, | |||
injectPosition: 'last' | |||
injectPosition: 'last', | |||
quiet: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could we default this to nuxt.options.logLevel === 'silent'
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree, could you update @JohnCampionJr ?
Going to close this for the same reason as this - #732 (comment). If there's demand, we can look into this again! Thank you 🙂 |
closes: #527
Defaults to false as to be a non-breaking change