chore: update snapshots

This commit is contained in:
Igor Randjelovic
2021-12-10 22:39:55 +01:00
parent efaa0e52d2
commit 00a5b5bc7d

View File

@@ -317,7 +317,7 @@ exports[`react configuration > android > adds ReactRefreshWebpackPlugin when HMR
overlay: false, overlay: false,
forceEnable: false, forceEnable: false,
exclude: /node_modules/i, 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, overlay: false,
forceEnable: false, forceEnable: false,
exclude: /node_modules/i, exclude: /node_modules/i,
include: /\\\\.([jt]sx?|flow)$/i include: /\\\\.([cm]js|[jt]sx?|flow)$/i
} }
) )
], ],