From b82b03a8a29105f19161d871093a1df40bc4afde Mon Sep 17 00:00:00 2001 From: maulanasdqn Date: Sat, 11 Apr 2026 10:14:20 +0700 Subject: [PATCH] fix: remove @nx/next plugin references from nx.json --- nx.json | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/nx.json b/nx.json index 1fe9142..2dc43f3 100644 --- a/nx.json +++ b/nx.json @@ -36,17 +36,6 @@ "watchDepsTargetName": "watch-deps" } }, - { - "plugin": "@nx/next/plugin", - "options": { - "startTargetName": "start", - "buildTargetName": "build", - "devTargetName": "dev", - "serveStaticTargetName": "serve-static", - "buildDepsTargetName": "build-deps", - "watchDepsTargetName": "watch-deps" - } - }, { "plugin": "@nx/playwright/plugin", "options": { @@ -78,12 +67,6 @@ "unitTestRunner": "vitest" } }, - "@nx/next": { - "application": { - "style": "none", - "linter": "eslint" - } - } }, "release": { "version": {