[ci] Silence SASS warnings (#225061)

## Summary
Silences SASS module usage warnings around the deprecated `@import`
statements.

While the sass/scss owner teams are migrating these usages, the dev
server is clogged up with deprecation warnings. It's probably best to
disable it, because it's annoying to everyone and not necessarily to the
owners.
This commit is contained in:
Alex Szabo 2025-06-25 09:28:35 +02:00 committed by GitHub
parent 3bdd4a8ba1
commit f2a3ac796a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -224,6 +224,7 @@ export function getWebpackConfig(
includePaths: [Path.resolve(worker.repoRoot, 'node_modules')],
sourceMap: true,
quietDeps: true,
silenceDeprecations: ['import', 'legacy-js-api'],
},
},
},