From 8b0bbfcf75ba8f5fe620f51f6521ae41400bd538 Mon Sep 17 00:00:00 2001 From: Max Kless Date: Wed, 24 Jul 2024 11:57:53 +0200 Subject: [PATCH] chore(repo): remove plugin isolation --- e2e/utils/command-utils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/e2e/utils/command-utils.ts b/e2e/utils/command-utils.ts index 9cc27c0ed5023..70394728721d4 100644 --- a/e2e/utils/command-utils.ts +++ b/e2e/utils/command-utils.ts @@ -359,7 +359,6 @@ export function runCLI( ...getStrippedEnvironmentVariables(), ...opts.env, NX_PERF_LOGGING: 'true', - NX_ISOLATE_PLUGINS: 'true', }, encoding: 'utf-8', stdio: 'pipe',