mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
parent
70601a5367
commit
20837d3837
@ -34,6 +34,10 @@ module.exports = function (options) {
|
|||||||
loader: 'sass-loader',
|
loader: 'sass-loader',
|
||||||
options: {
|
options: {
|
||||||
sourceMap: options.sourceMap,
|
sourceMap: options.sourceMap,
|
||||||
|
sassOptions: {
|
||||||
|
// silencing these warnings since we're planning to remove sass when angular is gone
|
||||||
|
silenceDeprecations: ['import', 'global-builtin'],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user