diff --git a/webpack/webpack.common.ts b/webpack/webpack.common.ts index 219ee1bcbb..9228d41141 100644 --- a/webpack/webpack.common.ts +++ b/webpack/webpack.common.ts @@ -95,4 +95,7 @@ export const commonExports = { }, ], }, + ignoreWarnings: [ + /src\/themes\/[^/]+\/.*theme.module.ts is part of the TypeScript compilation but it's unused/, + ] };