Skip to content

Commit 5cf9486

Browse files
committed
chore: update snapshots
1 parent fae6582 commit 5cf9486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/webpack5/__tests__/configuration/__snapshots__/react.spec.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ exports[`react configuration > android > adds ReactRefreshWebpackPlugin when HMR
317317
overlay: false,
318318
forceEnable: false,
319319
exclude: /node_modules/i,
320-
include: /\\\\.([jt]sx?|flow)$/i
320+
include: /\\\\.([cm]js|[jt]sx?|flow)$/i
321321
}
322322
)
323323
],
@@ -954,7 +954,7 @@ exports[`react configuration > ios > adds ReactRefreshWebpackPlugin when HMR ena
954954
overlay: false,
955955
forceEnable: false,
956956
exclude: /node_modules/i,
957-
include: /\\\\.([jt]sx?|flow)$/i
957+
include: /\\\\.([cm]js|[jt]sx?|flow)$/i
958958
}
959959
)
960960
],

0 commit comments

Comments
 (0)