Skip to content

Commit 24d409a

Browse files
authored
Silence Sass deprecation warnings in build output (#56422)
1 parent 3ad9c74 commit 24d409a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

next.config.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,13 @@ export default {
2424
},
2525
sassOptions: {
2626
quietDeps: true,
27-
silenceDeprecations: ['import'],
27+
silenceDeprecations: [
28+
'legacy-js-api',
29+
'import',
30+
'global-builtin',
31+
'color-4-api',
32+
'mixed-decls',
33+
],
2834
},
2935
async rewrites() {
3036
const DEFAULT_VERSION = 'free-pro-team@latest'

0 commit comments

Comments
 (0)