Update React-Redux

Summary:
D18169584 introduced state error which I didn't notice. This diff reverted the diff.
`hg backout D18169584`

Original commit changeset: 77a8b034c5e4

Reviewed By: jknoxville

Differential Revision: D18203354

fbshipit-source-id: 3e281f1e8c7e1d2bf41665adfa5ce5f13daca3a1
This commit is contained in:
Chaiwat Ekkaewnumchai
2019-10-29 12:12:48 -07:00
committed by Facebook Github Bot
parent ef4defe56f
commit 7017ed3458
5 changed files with 30 additions and 41 deletions

View File

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

View File

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