mirror of
https://github.com/grafana/grafana.git
synced 2024-11-21 08:34:25 -06:00
c6a489cfd8
* chore: bump nx to latest version * build(plugin-configs): reduce wonky webpack output when logged via nx * revert(plugin-configs): remove infrastructureLogging property
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"
|
|
}
|