Skip to content

Commit

Permalink
fix: metro config module resolution in monorepos
Browse files Browse the repository at this point in the history
see: facebook/metro#1337 (comment)
Signed-off-by: Rifa Achrinza <[email protected]>
  • Loading branch information
achrinza committed Sep 19, 2024
1 parent 7ce1c1d commit f0d4890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ config.resolver.sourceExts.push(
'md', 'txt', 'svg'
);

config.watchFolders = [path.resolve(__dirname, 'app')];
//config.watchFolders = [path.resolve(__dirname, 'app')];
console.log(config.watchFolders);
module.exports = config;

0 comments on commit f0d4890

Please sign in to comment.