kibana icon indicating copy to clipboard operation
kibana copied to clipboard

[Move `@kbn/config-schema` to server] `stack_connectors`

Open afharo opened this issue 5 months ago • 4 comments

Summary

Part of https://github.com/elastic/kibana/pull/189476.

We want to avoid @kbn/config-schema from leaking to the browser, and this plugin is using it outside the ./server directory.

I found that the UI only references this code via import type, so I don't expect it to have any impact on bundle metrics, but this PR is still useful to avoid potential future leaks.

For maintainers

afharo avatar Aug 30 '24 16:08 afharo