Skip to content

Commit e9e6634

Browse files
authored
fix: add missing .js extensions to map imports for webpack (#10369)
1 parent 41fcd6e commit e9e6634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/map/src/vaadin-map.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
* license.
1010
*/
1111
import { html, PolymerElement } from '@polymer/polymer/polymer-element.js';
12-
import { defaults as defaultControls } from 'ol/control';
13-
import { defaults as defaultInteractions } from 'ol/interaction';
12+
import { defaults as defaultControls } from 'ol/control.js';
13+
import { defaults as defaultInteractions } from 'ol/interaction.js';
1414
import OpenLayersMap from 'ol/Map.js';
1515
import { ElementMixin } from '@vaadin/component-base/src/element-mixin.js';
1616
import { FocusMixin } from '@vaadin/component-base/src/focus-mixin.js';

0 commit comments

Comments
 (0)