fix: remove @nx/next plugin references from nx.json
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user