1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Silence Sass @import deprecation warnings (#56241)

This commit is contained in:
Kevin Heis
2025-06-24 07:51:48 -07:00
committed by GitHub
parent 549ba6a6b5
commit f5eddfbd8c

View File

@@ -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'