1
0
mirror of synced 2025-12-20 10:28:40 -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: {
quietDeps: true,
silenceDeprecations: ['import'],
},
async rewrites() {
const DEFAULT_VERSION = 'free-pro-team@latest'