Merge branch 'master' into feat/async-webpack-configs

This commit is contained in:
Igor Randjelovic
2021-11-21 18:12:42 +01:00
2 changed files with 4 additions and 4 deletions

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
} }
) )
], ],

View File

@ -18,7 +18,7 @@
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.0.0", "@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": "^8.0.0",
"acorn-stage3": "^4.0.0", "acorn-stage3": "^4.0.0",
"babel-loader": "^8.0.0", "babel-loader": "^8.0.0",
@ -37,7 +37,7 @@
"postcss-import": "^14.0.0", "postcss-import": "^14.0.0",
"postcss-loader": "^6.0.0", "postcss-loader": "^6.0.0",
"raw-loader": "^4.0.0", "raw-loader": "^4.0.0",
"react-refresh": "~0.8.3", "react-refresh": "~0.11.0",
"sass": "^1.0.0", "sass": "^1.0.0",
"sass-loader": "^12.0.0", "sass-loader": "^12.0.0",
"sax": "^1.0.0", "sax": "^1.0.0",