mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
[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:
parent
3bdd4a8ba1
commit
f2a3ac796a
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ export function getWebpackConfig(
|
|||
includePaths: [Path.resolve(worker.repoRoot, 'node_modules')],
|
||||
sourceMap: true,
|
||||
quietDeps: true,
|
||||
silenceDeprecations: ['import', 'legacy-js-api'],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue