Skip to content

Commit a330e8a

Browse files
statmacoates-ms
authored andcommitted
Change projectRoot for internal yarn migration (#193)
1 parent 2ab4c5b commit a330e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metro.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if (
2828
'react-native': __dirname,
2929
},
3030
roots: [path.resolve(__dirname)],
31-
projectRoot: __dirname,
31+
projectRoot: path.resolve(__dirname, '../../'),
3232

3333
serializer: {
3434
getModulesRunBeforeMainModule: () => [

0 commit comments

Comments
 (0)