mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
b32727885c
commit
8dd1413715
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ export const CleanClientModulesOnDLLTask = {
|
|||
];
|
||||
const discoveredLegacyCorePluginEntries = await globby([
|
||||
`${baseDir}/src/legacy/core_plugins/*/index.js`,
|
||||
// Small exception to load dynamically discovered functions for timelion plugin
|
||||
`${baseDir}/src/legacy/core_plugins/timelion/server/*_functions/**/*.js`,
|
||||
`!${baseDir}/src/legacy/core_plugins/**/public`,
|
||||
]);
|
||||
const discoveredPluginEntries = await globby([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue