Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
remove kibanaUtils bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Apr 7, 2020
1 parent 5eed7a9 commit a64b2a7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion packages/kbn-optimizer/src/worker/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const BABEL_PRESET_PATH = require.resolve('@kbn/babel-preset/webpack_preset');
const STATIC_BUNDLE_PLUGINS = [
{ id: 'data', dirname: 'data' },
{ id: 'kibanaReact', dirname: 'kibana_react' },
{ id: 'kibanaUtils', dirname: 'kibana_utils' },
{ id: 'esUiShared', dirname: 'es_ui_shared' },
];

Expand Down
1 change: 0 additions & 1 deletion src/legacy/ui/ui_render/bootstrap/template.js.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ if (window.__kbnStrictCsp__ && window.__kbnCspNotEnforced__) {
{{/each}}
'{{regularBundlePath}}/commons.bundle.js',
'{{regularBundlePath}}/plugin/data/data.plugin.js',
'{{regularBundlePath}}/plugin/kibanaUtils/kibanaUtils.plugin.js',
'{{regularBundlePath}}/plugin/esUiShared/esUiShared.plugin.js',
'{{regularBundlePath}}/plugin/kibanaReact/kibanaReact.plugin.js'
], function () {
Expand Down
5 changes: 0 additions & 5 deletions src/plugins/kibana_utils/kibana.json

This file was deleted.

8 changes: 0 additions & 8 deletions src/plugins/kibana_utils/public/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,3 @@ export {
} from './state_sync';
export { removeQueryParam, redirectWhenMissing, ensureDefaultIndexPattern } from './history';
export { applyDiff } from './state_management/utils/diff_object';

/** dummy plugin, we just want kibanaUtils to have its own bundle */
export function plugin() {
return new (class KibanaUtilsPlugin {
setup() {}
start() {}
})();
}

0 comments on commit a64b2a7

Please sign in to comment.