Silence Sass @import deprecation warnings (#56241)
This commit is contained in:
@@ -24,6 +24,7 @@ export default {
|
|||||||
},
|
},
|
||||||
sassOptions: {
|
sassOptions: {
|
||||||
quietDeps: true,
|
quietDeps: true,
|
||||||
|
silenceDeprecations: ['import'],
|
||||||
},
|
},
|
||||||
async rewrites() {
|
async rewrites() {
|
||||||
const DEFAULT_VERSION = 'free-pro-team@latest'
|
const DEFAULT_VERSION = 'free-pro-team@latest'
|
||||||
|
|||||||
Reference in New Issue
Block a user