Migrera mobilappen fran Expo SDK 57 till SDK 54
This commit is contained in:
@@ -7,7 +7,9 @@ const workspaceRoot = path.resolve(projectRoot, "../..");
|
||||
|
||||
const config = getDefaultConfig(projectRoot);
|
||||
|
||||
config.watchFolders = [workspaceRoot];
|
||||
// Preserve Expo's default watch folders (project root) and add the workspace
|
||||
// root so that pnpm hoisted workspace packages are resolved (SDK 54 doctor).
|
||||
config.watchFolders = [...(config.watchFolders ?? []), workspaceRoot];
|
||||
config.resolver.nodeModulesPaths = [
|
||||
path.resolve(projectRoot, "node_modules"),
|
||||
path.resolve(workspaceRoot, "node_modules"),
|
||||
|
||||
Reference in New Issue
Block a user