Skip to content

Commit

Permalink
Remove file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Oct 31, 2019
1 parent 9966381 commit d40c7a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x-pack/legacy/plugins/searchprofiler/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit d40c7a1

Please sign in to comment.