79626729

Date: 2025-05-17 16:17:10
Score: 1
Natty:
Report link

Use silenceDeprecations instead of quietDeps:

{
  loader: "sass-loader",
  options: {
    api: "modern",
    sassOptions: {
      silenceDeprecations: ["import", "color-functions"],
    },
  },
},

Works fine with:

"sass-embedded": "^1.89.0",
"sass-loader": "^13.3.3",
"webpack": "^5.99.8",

Full list of deprecation ids

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: DamianoPantani