We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f64bb commit 3830669Copy full SHA for 3830669
.storybook/main.ts
@@ -33,7 +33,7 @@ const config = {
33
new WebpackShellPluginNext({
34
onBuildStart: {
35
scripts: ['npm run build:widget'],
36
- blocking: true,
+ blocking: false,
37
},
38
}),
39
);
0 commit comments