From a2fe54aef4b9426645ae14174bb0da926bc24630 Mon Sep 17 00:00:00 2001 From: Mikhail Shustov Date: Mon, 19 Oct 2020 21:49:57 +0300 Subject: [PATCH] promote --focus flag in docs to speed up the build (#80626) --- src/core/MIGRATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/MIGRATION.md b/src/core/MIGRATION.md index 6a21dcb1b06862..49b962670220ce 100644 --- a/src/core/MIGRATION.md +++ b/src/core/MIGRATION.md @@ -966,7 +966,7 @@ It means that NP plugin artifacts tend to have a bigger size than the legacy pla To understand the current size of your plugin artifact, run `@kbn/optimizer` as ```bash -node scripts/build_kibana_platform_plugins.js --dist --no-examples +node scripts/build_kibana_platform_plugins.js --dist --profile --focus=my_plugin ``` and check the output in the `target` sub-folder of your plugin folder