Open twilson90 opened 1 month ago
This warning can be silenced by adding silenceDeprecations: ['legacy-js-api']
to your options
property.
The full sass
call would then look something like:
sass({
// ...you existing configuration
options: {
silenceDeprecations: ['legacy-js-api'],
},
})
This works fine for me and silences the warning until root issue can be resolved.
This warning can be silenced by adding
silenceDeprecations: ['legacy-js-api']
to youroptions
property.The full
sass
call would then look something like:sass({ // ...you existing configuration options: { silenceDeprecations: ['legacy-js-api'], }, })
This works fine for me and silences the warning until root issue can be resolved.
Not working for me :(
Whenever I use rollup with this plugin I get 2 identical warnings in the output: