mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
b906518fed
commit
cd7d7c3de1
1 changed files with 5 additions and 0 deletions
|
@ -66,3 +66,8 @@ To enable TypeScript support, create a `tsconfig.json` file at the root of your
|
|||
TypeScript code is automatically converted into JavaScript during development,
|
||||
but not in the distributable version of Kibana. If you use the
|
||||
{repo}blob/{branch}/packages/kbn-plugin-helpers[@kbn/plugin-helpers] to build your plugin, then your `.ts` and `.tsx` files will be permanently transpiled before your plugin is archived. If you have your own build process, make sure to run the TypeScript compiler on your source files and ship the compilation output so that your plugin will work with the distributable version of Kibana.
|
||||
|
||||
==== {kib} platform migration guide
|
||||
|
||||
{repo}blob/{branch}/src/core/MIGRATION.md#migrating-legacy-plugins-to-the-new-platform[This guide]
|
||||
provides an action plan for moving a legacy plugin to the new platform.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue