From d40c7a10691c1146da4d5a67fea831133159a259 Mon Sep 17 00:00:00 2001 From: Jean-Louis Leysens Date: Thu, 31 Oct 2019 17:13:06 +0100 Subject: [PATCH] Remove file extensions --- x-pack/legacy/plugins/searchprofiler/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x-pack/legacy/plugins/searchprofiler/index.ts b/x-pack/legacy/plugins/searchprofiler/index.ts index 2b92ad232f4cd8..5de6ba710235bc 100644 --- a/x-pack/legacy/plugins/searchprofiler/index.ts +++ b/x-pack/legacy/plugins/searchprofiler/index.ts @@ -23,11 +23,11 @@ export const searchprofiler = (kibana: any) => { uiExports: { // NP Ready - devTools: [`${publicSrc}/legacy.ts`], + devTools: [`${publicSrc}/legacy`], styleSheetPaths: `${publicSrc}/np_ready/application/index.scss`, // Legacy - hacks: ['plugins/searchprofiler/register.js'], - home: ['plugins/searchprofiler/register_feature.js'], + hacks: ['plugins/searchprofiler/register'], + home: ['plugins/searchprofiler/register_feature'], }, init(server: Server) { const serverPlugin = plugin();