Open mistic opened 1 year ago
Pinging @elastic/kibana-operations (Team:Operations)
This is still an issue. I'm trying to develop an external plugin, running yarn dev --watch
in the plugin folder works for the public
content but the server
side app requires me to manually restart kibana with yarn start
@mistic any chance we can get a bump on this?
The fix is fairly simple:
yarn kbn bootstrap
plugins/myPlugin/kibana.json
should also trigger a dev server restart e.g. when adding to requiredPlugins
/optionalPlugins
Looks like when changing the server side code of an external plugin during development, Kiabana server is not restarting to reflect the changes. We should investigate and understand if we can act here.