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:
committed by
Facebook Github Bot
parent
ef4defe56f
commit
7017ed3458
@@ -66,7 +66,7 @@ function compile(buildFolder, entry) {
|
||||
),
|
||||
},
|
||||
resolver: {
|
||||
blacklistRE: /(\/(sonar|flipper-public)\/dist\/)|(.*\.native\.js)/,
|
||||
blacklistRE: /\/(sonar|flipper-public)\/dist\//,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
@@ -67,7 +67,7 @@ function startMetroServer(app) {
|
||||
),
|
||||
},
|
||||
resolver: {
|
||||
blacklistRE: /(\/(sonar|flipper)\/dist\/)|(.*\.native\.js)/,
|
||||
blacklistRE: /\/(sonar|flipper)\/dist\//,
|
||||
},
|
||||
watch: true,
|
||||
}).then(metroBundlerServer => {
|
||||
|
||||
Reference in New Issue
Block a user