Skip to content

Commit 30e280a

Browse files
committed
Add storybook
1 parent 4ee7548 commit 30e280a

File tree

3 files changed

+8938
-1734
lines changed

3 files changed

+8938
-1734
lines changed

.storybook/main.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module.exports = {
2+
stories: ['../stories/**/*.stories.js'],
3+
addons: ['@storybook/addon-actions', '@storybook/addon-links'],
4+
webpackFinal: async config => {
5+
// do mutation to the config
6+
7+
return config;
8+
},
9+
};

0 commit comments

Comments
 (0)