Skip to content

Commit

Permalink
Import appropriate files to setup plugin system at the correct time (#…
Browse files Browse the repository at this point in the history
…55956)

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
Corey Robertson and elasticmachine committed Jan 30, 2020
1 parent 1d315e8 commit 7277da2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions x-pack/legacy/plugins/canvas/public/legacy_start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ import 'uiExports/spyModes';
import 'uiExports/embeddableFactories';
import 'uiExports/interpreter';

// TODO: These dependencies should be moved into plugin startup methods
// Load the interpreter so that the kbnInterpreter global will be available when plugins load
import 'plugins/interpreter/interpreter';
// Load our app component to initialize registries
import './components/app';

// load application code
import 'uiExports/canvas';

Expand Down

0 comments on commit 7277da2

Please sign in to comment.