Chore: silence sass warnings since we're going to remove sass anyway (#96530)

silence sass warnings since we're going to remove sass anyway
This commit is contained in:
Ashley Harrison 2024-11-15 10:18:58 +00:00 committed by GitHub
parent 70601a5367
commit 20837d3837
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,10 @@ module.exports = function (options) {
loader: 'sass-loader',
options: {
sourceMap: options.sourceMap,
sassOptions: {
// silencing these warnings since we're planning to remove sass when angular is gone
silenceDeprecations: ['import', 'global-builtin'],
},
},
},
],