Fix module resolution for flipper-doctor and return it to sonar directory and effectively to GitHub
Summary: Fix module resolution for flipper-doctor and return it to sonar directory and effectively to GitHub Reviewed By: mweststrate Differential Revision: D18963720 fbshipit-source-id: 61ea78ecbb154de79c7a2d348f347c64325e794c
This commit is contained in:
committed by
Facebook Github Bot
parent
c7af0b53e6
commit
3fefd9de15
@@ -66,7 +66,7 @@ function compile(buildFolder, entry) {
|
||||
),
|
||||
},
|
||||
resolver: {
|
||||
blacklistRE: /\/(sonar|flipper-public)\/dist\/|(\.native\.js$)/,
|
||||
blacklistRE: /\/(sonar|flipper-public)\/(dist|doctor)\/|(\.native\.js$)/,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
@@ -67,7 +67,7 @@ function startMetroServer(app) {
|
||||
),
|
||||
},
|
||||
resolver: {
|
||||
blacklistRE: /\/(sonar|flipper)\/dist\/|(\.native\.js$)/,
|
||||
blacklistRE: /\/(sonar|flipper)\/(dist|doctor)\/|(\.native\.js$)/,
|
||||
},
|
||||
watch: true,
|
||||
}).then(metroBundlerServer => {
|
||||
|
||||
Reference in New Issue
Block a user