Skip to content

feat: Add quietDepts options support #378

@JesusGonzalezA

Description

@JesusGonzalezA

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions