Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 812 Bytes

kibana-plugin-core-server.pluginmanifest.requiredbundles.md

File metadata and controls

18 lines (10 loc) · 812 Bytes

Home > kibana-plugin-core-server > PluginManifest > requiredBundles

PluginManifest.requiredBundles property

List of plugin ids that this plugin's UI code imports modules from that are not in requiredPlugins.

Signature:

readonly requiredBundles: readonly string[];

Remarks

The plugins listed here will be loaded in the browser, even if the plugin is disabled. Required by @kbn/optimizer to support cross-plugin imports. "core" and plugins already listed in requiredPlugins do not need to be duplicated here.