Skip to content

Commit

Permalink
Revert "chore: updated vite and storybook (#261)"
Browse files Browse the repository at this point in the history
This reverts commit 8971c9c.
  • Loading branch information
benjitrosch committed Dec 8, 2022
1 parent 4962d4c commit ec58afb
Show file tree
Hide file tree
Showing 4 changed files with 9,380 additions and 10,978 deletions.
10 changes: 0 additions & 10 deletions .storybook/main.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const { mergeConfig } = require('vite')

module.exports = {
stories: [
'./docs/pages/Welcome.stories.mdx',
Expand Down Expand Up @@ -29,13 +27,5 @@ module.exports = {
},
},
],
core: {
builder: '@storybook/builder-vite',
},
framework: '@storybook/react',
async viteFinal(config) {
return mergeConfig(config, {
optimizeDeps: {},
})
}
}
File renamed without changes.
Loading

0 comments on commit ec58afb

Please sign in to comment.