Filter Webpack warnings

This commit is contained in:
Yura Bondarenko
2022-06-28 10:55:12 +02:00
parent b9d3855c74
commit 7b4716c439

View File

@@ -95,4 +95,7 @@ export const commonExports = {
},
],
},
ignoreWarnings: [
/src\/themes\/[^/]+\/.*theme.module.ts is part of the TypeScript compilation but it's unused/,
]
};