Skip to content

Commit

Permalink
Declare shared-ux/chrome/navigation as a browser package (#172099)
Browse files Browse the repository at this point in the history
This corrects a `"type": "shared-common"` in one of our team's
kibana.jsonc files.

Having this set to an incorrect value of `shared-common` results in the
Kibana server restarting whenever changes are made to the code. When the
packages are only used for the browser, cleaning this up stands to have
considerable improvements to the dev experience.
  • Loading branch information
tsullivan authored Nov 29, 2023
1 parent ccfc447 commit c662bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared-ux/chrome/navigation/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "shared-common",
"type": "shared-browser",
"id": "@kbn/shared-ux-chrome-navigation",
"owner": "@elastic/appex-sharedux"
}

0 comments on commit c662bb3

Please sign in to comment.