Skip to content

Commit

Permalink
Disable storybook "whats new" notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
jzempel committed Dec 6, 2023
1 parent fe52bad commit 3552001
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ module.exports = {
name: '@storybook/react-webpack5',
options: {}
},
core: {
disableWhatsNewNotifications: true
},
webpackFinal: config => {
const fileLoaderRule = config.module.rules.find(rule => rule.test.test('.svg'));

Expand Down

0 comments on commit 3552001

Please sign in to comment.