Skip to content

Commit 5267194

Browse files
committed
fjern ubrukt configType i storybook main.ts
1 parent 201c5d8 commit 5267194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const config: StorybookConfig = {
1919
options: {},
2020
},
2121

22-
webpackFinal: async (config, { configType }) => {
22+
webpackFinal: async (config) => {
2323
const updatedConfig = {
2424
...config,
2525
resolve: {

0 commit comments

Comments
 (0)