Skip to content

Commit

Permalink
Revert colon in plugin URL
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdover committed Apr 20, 2020
1 parent 05ba7b1 commit 9b6d30a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/legacy/ui/ui_render/ui_render_mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ export function uiRenderMixin(kbnServer, server, config) {
...dllJsChunks,
`${regularBundlePath}/commons.bundle.js`,
]),
`${regularBundlePath}/plugin:kibanaUtils/kibanaUtils.plugin.js`,
`${regularBundlePath}/plugin:esUiShared/esUiShared.plugin.js`,
`${regularBundlePath}/plugin:kibanaReact/kibanaReact.plugin.js`,
`${regularBundlePath}/plugin/kibanaUtils/kibanaUtils.plugin.js`,
`${regularBundlePath}/plugin/esUiShared/esUiShared.plugin.js`,
`${regularBundlePath}/plugin/kibanaReact/kibanaReact.plugin.js`,
];

const bootstrap = new AppBootstrap({
Expand Down

0 comments on commit 9b6d30a

Please sign in to comment.