8000 chore: update snapshots · NativeScript/NativeScript@00a5b5b · GitHub
[go: up one dir, main page]

Skip to content

Commit 00a5b5b

Browse files
committed
chore: update snapshots
1 parent efaa0e5 commit 00a5b5b

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
],
@@ -961,7 +961,7 @@ exports[`react configuration > ios > adds ReactRefreshWebpackPlugin when HMR ena
961961
overlay: false,
962962
forceEnable: false,
963963
exclude: /node_modules/i,
964-
include: /\\\\.([jt]sx?|flow)$/i
964+
include: /\\\\.([cm]js|[jt]sx?|flow)$/i
965965
}
966966
)
967967
],

0 commit comments

Comments
 (0)
0