Skip to content

Commit

Permalink
frontend: storybook version
Browse files Browse the repository at this point in the history
upgraded sb to 7 to use webpack 5
  • Loading branch information
ErvinRacz committed Dec 16, 2024
1 parent 98743b3 commit 21d0612
Show file tree
Hide file tree
Showing 23 changed files with 20,404 additions and 33,290 deletions.
10 changes: 10 additions & 0 deletions frontend/.storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
module.exports = {
stories: ['../src/**/*.stories.mdx', '../src/**/*.stories.@(js|jsx|ts|tsx)'],

addons: [
'@storybook/addon-links',
'@storybook/addon-essentials',
'@storybook/preset-create-react-app',
],

framework: {
name: '@storybook/react-webpack5',
options: {}
},

docs: {
autodocs: true
}
};
Loading

0 comments on commit 21d0612

Please sign in to comment.