chore: exclude warning

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-04-12 10:47:09 +02:00
parent abfbcfca9c
commit d10120aa0e
@@ -36,6 +36,7 @@ class WebpackPluginFailBuildOnWarning {
'AssetsOverSizeLimitWarning',
'EntrypointsOverSizeLimitWarning',
'NoAsyncChunksWarning',
'ModuleDependencyWarning', // @testing-library/react added support for React 19 which throws a warning https://github.com/testing-library/react-testing-library/pull/1294/files
]);
/* Entry point for the Webpack plugin. */