mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore(release): @nativescript/webpack 5.0.2-alpha.0
This commit is contained in:
@@ -317,7 +317,7 @@ exports[`react configuration > android > adds ReactRefreshWebpackPlugin when HMR
|
||||
overlay: false,
|
||||
forceEnable: false,
|
||||
exclude: /node_modules/i,
|
||||
include: /\\\\.([cm]js|[jt]sx?|flow)$/i
|
||||
include: /\\\\.([jt]sx?|flow)$/i
|
||||
}
|
||||
)
|
||||
],
|
||||
@@ -954,7 +954,7 @@ exports[`react configuration > ios > adds ReactRefreshWebpackPlugin when HMR ena
|
||||
overlay: false,
|
||||
forceEnable: false,
|
||||
exclude: /node_modules/i,
|
||||
include: /\\\\.([cm]js|[jt]sx?|flow)$/i
|
||||
include: /\\\\.([jt]sx?|flow)$/i
|
||||
}
|
||||
)
|
||||
],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nativescript/webpack",
|
||||
"version": "5.0.1",
|
||||
"version": "5.0.2-alpha.0",
|
||||
"private": false,
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user