Skip to content

Commit

Permalink
chore(storybook): removed unnecessary variable from config file NO-JI…
Browse files Browse the repository at this point in the history
…RA (#57)
  • Loading branch information
adrian-potepa authored Sep 11, 2023
1 parent dc23158 commit b66f002
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ const config: StorybookConfig = {
autodocs: 'tag',
},
core: {},
async viteFinal(config, { configType }) {
async viteFinal(config) {
if (!config.plugins) {
config.plugins = [];
}

config.plugins.push(tsconfigPaths.default());

return config;
Expand Down

0 comments on commit b66f002

Please sign in to comment.