-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
When upgrading sass-loader to version 16.0.4, I am getting the following compilation warning:
In order to get a successful complication of vue-material using webpack, had to suppress the following sass modules.
sass-loader webpack config to suppress warnings:
{
loader: "sass-loader",
options: {
api: "modern-compiler",
sassOptions: {
silenceDeprecations: [
'legacy-js-api',
'slash-div',
'color-functions',
'global-builtin',
'import',
]
},
},
},
More info can be found here:
https://sass-lang.com/documentation/js-api/interfaces/deprecations/
Metadata
Metadata
Assignees
Labels
No labels