Update React-Redux

Summary: Update and include `react-redux` to Greenkeeper

Reviewed By: passy

Differential Revision: D18169584

fbshipit-source-id: 77a8b034c5e4a13a2ba6c82895e1aee9d852375e
This commit is contained in:
Chaiwat Ekkaewnumchai
2019-10-28 08:06:35 -07:00
committed by Facebook Github Bot
parent bdfe00a0de
commit 18ea77690e
5 changed files with 41 additions and 30 deletions

View File

@@ -66,7 +66,7 @@ function compile(buildFolder, entry) {
),
},
resolver: {
blacklistRE: /\/(sonar|flipper-public)\/dist\//,
blacklistRE: /(\/(sonar|flipper-public)\/dist\/)|(.*\.native\.js)/,
},
},
{

View File

@@ -67,7 +67,7 @@ function startMetroServer(app) {
),
},
resolver: {
blacklistRE: /\/(sonar|flipper)\/dist\//,
blacklistRE: /(\/(sonar|flipper)\/dist\/)|(.*\.native\.js)/,
},
watch: true,
}).then(metroBundlerServer => {