Github build is broken because of Doctor module resolution issue

Summary: Fixed doctor module resolution on github by adding doctor src folder into the metro bundler blacklist

Reviewed By: cekkaewnumchai, mweststrate

Differential Revision: D19020038

fbshipit-source-id: a6ab95383b5016fd5e2180d72883a42c63745ec9
This commit is contained in:
Anton Nikolaev
2019-12-13 07:06:45 -08:00
committed by Facebook Github Bot
parent 3fefd9de15
commit 1ddf73caf3
3 changed files with 3 additions and 3 deletions

View File

@@ -214,7 +214,7 @@ async function compilePlugin(
},
resolver: {
sourceExts: ['tsx', 'ts', 'js'],
blacklistRE: /\/(sonar|flipper-public)\/(dist|doctor)\/|(\.native\.js$)/,
blacklistRE: /\/(sonar|flipper|flipper-public)\/(dist|doctor)\/|(\.native\.js$)/,
},
},
{