Skip to content

Commit

Permalink
fjern ubrukt configType i storybook main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bdahle committed Aug 23, 2024
1 parent 201c5d8 commit 5267194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const config: StorybookConfig = {
options: {},
},

webpackFinal: async (config, { configType }) => {
webpackFinal: async (config) => {
const updatedConfig = {
...config,
resolve: {
Expand Down

0 comments on commit 5267194

Please sign in to comment.