mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
Merge branch 'master' into feat/async-webpack-configs
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: /\\\\.([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,
|
||||
forceEnable: false,
|
||||
exclude: /node_modules/i,
|
||||
include: /\\\\.([jt]sx?|flow)$/i
|
||||
include: /\\\\.([cm]js|[jt]sx?|flow)$/i
|
||||
}
|
||||
)
|
||||
],
|
||||
|
@ -18,7 +18,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.0.0",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.0",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.2",
|
||||
"acorn": "^8.0.0",
|
||||
"acorn-stage3": "^4.0.0",
|
||||
"babel-loader": "^8.0.0",
|
||||
@ -37,7 +37,7 @@
|
||||
"postcss-import": "^14.0.0",
|
||||
"postcss-loader": "^6.0.0",
|
||||
"raw-loader": "^4.0.0",
|
||||
"react-refresh": "~0.8.3",
|
||||
"react-refresh": "~0.11.0",
|
||||
"sass": "^1.0.0",
|
||||
"sass-loader": "^12.0.0",
|
||||
"sax": "^1.0.0",
|
||||
|
Reference in New Issue
Block a user