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) (#56401)

Co-authored-by: Elastic Machine <[email protected]>

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
Corey Robertson and elasticmachine authored Jan 31, 2020
1 parent b3e0183 commit 59ea076
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 59ea076

Please sign in to comment.