docs(core): fix dev output path so it does not conflict with prod (#11779)
This commit is contained in:
parent
9999215211
commit
8d85990b90
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"extends": ["plugin:@nrwl/nx/react", "../../.eslintrc.json"],
|
"extends": ["plugin:@nrwl/nx/react", "../../.eslintrc.json"],
|
||||||
"ignorePatterns": ["!**/*"]
|
"ignorePatterns": ["!**/*", "**/.next"]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -50,7 +50,9 @@
|
|||||||
"outputPath": "dist/nx-dev/nx-dev"
|
"outputPath": "dist/nx-dev/nx-dev"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"development": {},
|
"development": {
|
||||||
|
"outputPath": "nx-dev/nx-dev"
|
||||||
|
},
|
||||||
"production": {}
|
"production": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user