Skip to content

Commit 31e7620

Browse files
committed
Add webcomponent bundle to enable storybook in chromium
1 parent 22d0b9f commit 31e7620

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.storybook/preview.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
import { configure, addParameters, setCustomElements } from '@storybook/web-components';
1111
import customElements from '../custom-elements.json';
12+
import '../node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js';
1213
import theme from './theme';
1314
import '../dist/es6/components/mgt-login/mgt-login.js';
1415

0 commit comments

Comments
 (0)