Skip to content

Commit e5391b6

Browse files
authored
feat: storybook - disable whats new notification popup (#2628)
This option prevents the intrusive "What's new in..." Storybook popup from appearing when starting Storybook.
1 parent f7e6ea8 commit e5391b6

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
@@ -45,6 +45,7 @@ module.exports = {
4545
],
4646
core: {
4747
disableTelemetry: true,
48+
disableWhatsNewNotifications: true,
4849
},
4950
webpackFinal: function (config) {
5051
// Removing the global alias as it conflicts with the global npm pkg

0 commit comments

Comments
 (0)