* Chore: Bump Nx to 18.1.x (#85185)
* chore: bump nx to latest version
* build(plugin-configs): reduce wonky webpack output when logged via nx
* revert(plugin-configs): remove infrastructureLogging property
(cherry picked from commit c6a489cfd8)
* update yarn lock file
---------
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
17 lines
282 B
JSON
17 lines
282 B
JSON
{
|
|
"tasksRunnerOptions": {
|
|
"default": {
|
|
"runner": "nx/tasks-runners/default",
|
|
"options": {
|
|
"cacheableOperations": ["build"]
|
|
}
|
|
}
|
|
},
|
|
"targetDefaults": {
|
|
"build": {
|
|
"outputs": ["{projectRoot}/dist"]
|
|
}
|
|
},
|
|
"defaultBase": "main"
|
|
}
|