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
@@ -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$)/,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user