We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee7548 commit 30e280aCopy full SHA for 30e280a
.storybook/main.js
@@ -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