Skip to content

Commit 4ee0616

Browse files
committed
Added watch mode in storybook config
1 parent 6aabc3d commit 4ee0616

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.storybook/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = {
1010
// `configType` has a value of 'DEVELOPMENT' or 'PRODUCTION'
1111
// You can change the configuration based on that.
1212
// 'PRODUCTION' is used when building the static version of storybook.
13+
config.watch = true
1314

1415
// Make whatever fine-grained changes you need
1516
config.module.rules.push({

0 commit comments

Comments
 (0)