diff --git a/x-pack/legacy/plugins/searchprofiler/index.ts b/x-pack/legacy/plugins/searchprofiler/index.ts index 848b9e77130878..2b92ad232f4cd8 100644 --- a/x-pack/legacy/plugins/searchprofiler/index.ts +++ b/x-pack/legacy/plugins/searchprofiler/index.ts @@ -23,7 +23,7 @@ export const searchprofiler = (kibana: any) => { uiExports: { // NP Ready - devTools: ['plugins/searchprofiler/legacy.ts'], + devTools: [`${publicSrc}/legacy.ts`], styleSheetPaths: `${publicSrc}/np_ready/application/index.scss`, // Legacy hacks: ['plugins/searchprofiler/register.js'],