From 1b04656d712549226471fcd46551bddbde412dce Mon Sep 17 00:00:00 2001 From: jacobo-dominguez-wgu Date: Fri, 10 Oct 2025 12:06:10 -0600 Subject: [PATCH] chore: unsilencing mixed-decls --- tools/webpack/common-config/all/getStylesheetRule.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/webpack/common-config/all/getStylesheetRule.ts b/tools/webpack/common-config/all/getStylesheetRule.ts index 2b46470c..958d70e2 100644 --- a/tools/webpack/common-config/all/getStylesheetRule.ts +++ b/tools/webpack/common-config/all/getStylesheetRule.ts @@ -83,7 +83,7 @@ function getStyleUseConfig(mode: 'dev' | 'production') { ], // Silences compiler deprecation warnings. They mostly come from bootstrap and/or paragon. quietDeps: true, - silenceDeprecations: ['abs-percent', 'color-functions', 'import', 'mixed-decls', 'global-builtin', 'legacy-js-api'], + silenceDeprecations: ['abs-percent', 'color-functions', 'import', 'global-builtin', 'legacy-js-api'], }, }, },