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

silence sass warnings since we're going to remove sass anyway
pull/96539/head
Ashley Harrison 7 months ago committed by GitHub
parent 70601a5367
commit 20837d3837
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      scripts/webpack/sass.rule.js

@ -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'],
},
},
},
],

Loading…
Cancel
Save