fix: remove @nx/next plugin references from nx.json
This commit is contained in:
@@ -36,17 +36,6 @@
|
|||||||
"watchDepsTargetName": "watch-deps"
|
"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",
|
"plugin": "@nx/playwright/plugin",
|
||||||
"options": {
|
"options": {
|
||||||
@@ -78,12 +67,6 @@
|
|||||||
"unitTestRunner": "vitest"
|
"unitTestRunner": "vitest"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@nx/next": {
|
|
||||||
"application": {
|
|
||||||
"style": "none",
|
|
||||||
"linter": "eslint"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"release": {
|
"release": {
|
||||||
"version": {
|
"version": {
|
||||||
|
|||||||
Reference in New Issue
Block a user