mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[docs] improve external plugin documentation (#159431)
Co-authored-by: James Rodewig <james.rodewig@elastic.co>
This commit is contained in:
parent
1e8145c925
commit
70472fd42a
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ WARNING: {kib} distributable is not shipped with `@kbn/optimizer` anymore. You n
|
|||
|
||||
You can leverage {kib-repo}blob/{branch}/packages/kbn-plugin-helpers[@kbn/plugin-helpers] to build a distributable archive for your plugin.
|
||||
The package transpiles the plugin code, adds polyfills, and links necessary js modules in the runtime.
|
||||
You don't need to install the `plugin-helpers`: the `package.json` is already pre-configured if you created your plugin with `node scripts/generate_plugin` script.
|
||||
You don't need to install the `plugin-helpers` dependency. If you created the plugin using `node scripts/generate_plugin` script, `package.json` is already pre-configured.
|
||||
To build your plugin run within your plugin folder:
|
||||
["source","shell"]
|
||||
-----------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue