Skip to content

Commit

Permalink
fix: fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ronny1020 committed Jul 8, 2024
1 parent cce93ca commit 0d896c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ const config: StorybookConfig = {
typescript: {
reactDocgen: 'react-docgen-typescript'
},
viteFinal: (config) => {
viteFinal: (viteConfig) => {
return {
...config,
...viteConfig,
build: {
...config.build,
...viteConfig.build,
sourcemap: false,
target: ['es2020']
}
Expand Down

0 comments on commit 0d896c3

Please sign in to comment.