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
  • Loading branch information
Corey Robertson committed Jan 25, 2020
1 parent 88ba41f commit ca8579f
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 ca8579f

Please sign in to comment.