Skip to content

Commit 3830669

Browse files
author
Vladislav Kharitonov
committed
fix: make widget build non blocking in dev mode
1 parent 18f64bb commit 3830669

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
@@ -33,7 +33,7 @@ const config = {
3333
new WebpackShellPluginNext({
3434
onBuildStart: {
3535
scripts: ['npm run build:widget'],
36-
blocking: true,
36+
blocking: false,
3737
},
3838
}),
3939
);

0 commit comments

Comments
 (0)