From 5b6f9c17410369915cfeac9232b9b1eb6cef5c12 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 30 Dec 2025 12:17:21 +0100 Subject: [PATCH] :paperclip: Disable legacy cache on plugins nx config --- plugins/nx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/nx.json b/plugins/nx.json index bfc6be95fe..fbc9eef697 100644 --- a/plugins/nx.json +++ b/plugins/nx.json @@ -81,5 +81,5 @@ "projectNameAndRootFormat": "as-provided" } }, - "useLegacyCache": true + "useLegacyCache": false }