Skip to content

Commit e8955b4

Browse files
committed
chore(release): @nativescript/webpack 5.0.2-alpha.0
1 parent c68f40f commit e8955b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: /\\\\.([cm]js|[jt]sx?|flow)$/i
320+
include: /\\\\.([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: /\\\\.([cm]js|[jt]sx?|flow)$/i
957+
include: /\\\\.([jt]sx?|flow)$/i
958958
}
959959
)
960960
],

packages/webpack5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/webpack",
3-
"version": "5.0.1",
3+
"version": "5.0.2-alpha.0",
44
"private": false,
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)