We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201c5d8 commit 5267194Copy full SHA for 5267194
.storybook/main.ts
@@ -19,7 +19,7 @@ const config: StorybookConfig = {
19
options: {},
20
},
21
22
- webpackFinal: async (config, { configType }) => {
+ webpackFinal: async (config) => {
23
const updatedConfig = {
24
...config,
25
resolve: {
0 commit comments