Skip to content

Commit dc610d4

Browse files
committed
build(deps-dev): update storybook to 7.0.14
1 parent 0d9585d commit dc610d4

File tree

3 files changed

+323
-321
lines changed

3 files changed

+323
-321
lines changed

.storybook/main.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
const remarkGfm = require('remark-gfm').default;
22
const tsconfigPaths = require('vite-tsconfig-paths').default;
3-
43
module.exports = {
54
stories: [
65
'../packages/**/*.story.ts',
@@ -30,6 +29,9 @@ module.exports = {
3029
name: '@storybook/web-components-vite',
3130
options: {},
3231
},
32+
features: {
33+
storyStoreV7: true,
34+
},
3335
staticDirs: ['./images'],
3436
async viteFinal(config, { configType }) {
3537
// customize the Vite config here

0 commit comments

Comments
 (0)