From 33b2edd283667d3655beef904da76916b8c2d4c6 Mon Sep 17 00:00:00 2001 From: Kara Brightwell Date: Fri, 8 Nov 2024 15:11:45 +0000 Subject: [PATCH] fix: don't create a fake parent plugin for loading root plugins with a root path was there so they didn't load things from process.cwd but we do that by setting config.root now --- core/cli/src/config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/core/cli/src/config.ts b/core/cli/src/config.ts index e56d24d4f..3300a9623 100644 --- a/core/cli/src/config.ts +++ b/core/cli/src/config.ts @@ -151,7 +151,6 @@ export async function loadConfig( 'app root', config, logger, - root ? { id: 'workspace root', root } : undefined ) const validRootPlugin = rootPlugin.unwrap('root plugin was not valid!')