From d10120aa0e6079cf9826598bb02b987838bccd38 Mon Sep 17 00:00:00 2001 From: blam Date: Fri, 12 Apr 2024 10:47:09 +0200 Subject: [PATCH] chore: exclude warning Signed-off-by: blam --- storybook/.storybook/webpack-plugin-fail-build-on-warning.js | 1 + 1 file changed, 1 insertion(+) diff --git a/storybook/.storybook/webpack-plugin-fail-build-on-warning.js b/storybook/.storybook/webpack-plugin-fail-build-on-warning.js index 005507bf09..b94fb2d3b9 100644 --- a/storybook/.storybook/webpack-plugin-fail-build-on-warning.js +++ b/storybook/.storybook/webpack-plugin-fail-build-on-warning.js @@ -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. */