Skip to content

Commit 6e3ec33

Browse files
noraebJakobVogelsang
authored andcommitted
chore: update @web/dev-server-storybook to version 2.0.3
1 parent 7473e66 commit 6e3ec33

File tree

3 files changed

+5239
-711
lines changed

3 files changed

+5239
-711
lines changed

.storybook/server.mjs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ import { polyfill } from '@web/dev-server-polyfill';
55
export default /** @type {import('@web/dev-server').DevServerConfig} */ ({
66
...baseConfig,
77
open: '/',
8-
plugins: [storybookPlugin(
8+
plugins: [
9+
storybookPlugin({ type: 'web-components' }),
910
polyfill({
1011
scopedCustomElementRegistry: true,
11-
}),{ type: 'web-components' }), ...baseConfig.plugins],
12-
});
12+
}),
13+
...baseConfig.plugins
14+
],
15+
});

0 commit comments

Comments
 (0)