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:
Anton Nikolaev
2019-12-13 03:59:35 -08:00
committed by Facebook Github Bot
parent c7af0b53e6
commit 3fefd9de15
15 changed files with 4657 additions and 3 deletions

View File

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