From 00a5b5bc7d54e5fc49219fccb7aaf64c4799e7f7 Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Fri, 10 Dec 2021 22:39:55 +0100 Subject: [PATCH] chore: update snapshots --- .../__tests__/configuration/__snapshots__/react.spec.ts.snap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/webpack5/__tests__/configuration/__snapshots__/react.spec.ts.snap b/packages/webpack5/__tests__/configuration/__snapshots__/react.spec.ts.snap index 10de0bf00..102570df6 100644 --- a/packages/webpack5/__tests__/configuration/__snapshots__/react.spec.ts.snap +++ b/packages/webpack5/__tests__/configuration/__snapshots__/react.spec.ts.snap @@ -317,7 +317,7 @@ exports[`react configuration > android > adds ReactRefreshWebpackPlugin when HMR overlay: false, forceEnable: false, exclude: /node_modules/i, - include: /\\\\.([jt]sx?|flow)$/i + include: /\\\\.([cm]js|[jt]sx?|flow)$/i } ) ], @@ -961,7 +961,7 @@ exports[`react configuration > ios > adds ReactRefreshWebpackPlugin when HMR ena overlay: false, forceEnable: false, exclude: /node_modules/i, - include: /\\\\.([jt]sx?|flow)$/i + include: /\\\\.([cm]js|[jt]sx?|flow)$/i } ) ],