mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[embeddable] Don’t include test samples into initial bundle (#113126)
This commit is contained in:
parent
c647929eeb
commit
3311910736
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ pageLoadAssetSize:
|
|||
devTools: 38637
|
||||
discover: 99999
|
||||
discoverEnhanced: 42730
|
||||
embeddable: 312874
|
||||
embeddable: 99999
|
||||
embeddableEnhanced: 41145
|
||||
enterpriseSearch: 35741
|
||||
esUiShared: 326654
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
},
|
||||
"description": "Adds embeddables service to Kibana",
|
||||
"requiredPlugins": ["inspector", "uiActions"],
|
||||
"extraPublicDirs": ["public/lib/test_samples", "common"],
|
||||
"extraPublicDirs": ["common"],
|
||||
"requiredBundles": ["savedObjects", "kibanaReact", "kibanaUtils"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue