feat: Add quietDepts options support #378
Labels
Feature: Want this? Upvote it!
This PR or Issue may be a great consideration for a future idea.
Resolution: Refine
This PR is marked for Jira refinement. We're not working on it - we're talking it through.
Prerequisites
Describe the Feature Request
Add 'quietDepts' options support to sass. This option is really useful to avoid logging third party deprecation warnings whenever you build your sass files.
This will allow to have more concise logs whenever building the styling files using sass plugin.
https://sass-lang.com/documentation/js-api/interfaces/stringoptionswithoutimporter/#quietDeps
Describe the Use Case
I'm using stencil and sass plugin. Whenever I try to build my app, I get tons of errors because of a third party library using '/' as division, which is currently deprecated.
I get too many errors that do not allow me to focus on the real problems and warning I own. I cannot use any silent mechanism supported by sass (https://sass-lang.com/documentation/js-api/interfaces/stringoptionswithoutimporter/#quietDeps)
Describe Preferred Solution
No response
Describe Alternatives
No response
Related Code
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: