Skip to content

Commit 9d4c3a5

Browse files
madsrasmusseniOvergaard
authored andcommitted
change storybook-vite-builder package to the official one (#184)
1 parent e15536e commit 9d4c3a5

File tree

3 files changed

+145
-103
lines changed

3 files changed

+145
-103
lines changed

.storybook/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = {
88
'@storybook/addon-a11y',
99
'../storyhelpers/storybook-readme/preset.js',
1010
],
11-
core: { builder: 'storybook-builder-vite' },
11+
core: { builder: '@storybook/builder-vite' },
1212
staticDirs: ['./images'],
1313

1414
async viteFinal(config, { configType }) {

package-lock.json

Lines changed: 143 additions & 101 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"@storybook/addon-actions": "6.4.19",
7070
"@storybook/addon-essentials": "6.4.19",
7171
"@storybook/addon-links": "6.4.19",
72+
"@storybook/builder-vite": "0.1.22",
7273
"@storybook/web-components": "6.4.19",
7374
"@types/chai": "4.3.0",
7475
"@typescript-eslint/eslint-plugin": "5.15.0",
@@ -114,7 +115,6 @@
114115
"rollup-plugin-import-css": "3.0.3",
115116
"rollup-plugin-minify-html-literals": "1.2.6",
116117
"rollup-plugin-postcss": "4.0.2",
117-
"storybook-builder-vite": "0.1.21",
118118
"tsc-files": "1.1.3",
119119
"turbo": "1.2.1",
120120
"typescript": "4.5.2",

0 commit comments

Comments
 (0)