From 0c8cfa2672fc4e39e6cf0ac51bad2ea03a10dfd8 Mon Sep 17 00:00:00 2001 From: Aaron Caldwell Date: Fri, 24 Apr 2020 20:16:34 -0600 Subject: [PATCH] [Maps] Include maps styles in embeddables factory so that they're bundled w/ consuming plugins (#64460) --- x-pack/plugins/maps/public/embeddable/map_embeddable_factory.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugins/maps/public/embeddable/map_embeddable_factory.ts b/x-pack/plugins/maps/public/embeddable/map_embeddable_factory.ts index be6c3bf978d82..abfaba80c33d1 100644 --- a/x-pack/plugins/maps/public/embeddable/map_embeddable_factory.ts +++ b/x-pack/plugins/maps/public/embeddable/map_embeddable_factory.ts @@ -23,6 +23,7 @@ import { addLayerWithoutDataSync } from '../actions/map_actions'; import { getQueryableUniqueIndexPatternIds } from '../selectors/map_selectors'; import { getInitialLayers } from '../angular/get_initial_layers'; import { mergeInputWithSavedMap } from './merge_input_with_saved_map'; +import '../index.scss'; export class MapEmbeddableFactory implements EmbeddableFactoryDefinition { type = MAP_SAVED_OBJECT_TYPE;