You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i use the suggested way to silence the warnings arising from discontinued use of legacy api for sass like this webpack.mergeWebpack({
module: {
rules: [
{
test: /.s[ac]ss$/i,
use: [
"css-loader",
{
loader: "sass-loader",
options: {
api: "modern",
sassOptions: {
quietDeps: true,
},
},
},
],
},
],
}, it doest work
Reproduction
using nativescript project with webpack compiler, no sass installed, only coming from dependencies
Issue Description
when i use the suggested way to silence the warnings arising from discontinued use of legacy api for sass like this webpack.mergeWebpack({
module: {
rules: [
{
test: /.s[ac]ss$/i,
use: [
"css-loader",
{
loader: "sass-loader",
options: {
api: "modern",
sassOptions: {
quietDeps: true,
},
},
},
],
},
],
}, it doest work
Reproduction
using nativescript project with webpack compiler, no sass installed, only coming from dependencies
Relevant log output (if applicable)
Environment
No response
Please accept these terms
The text was updated successfully, but these errors were encountered: