Skip to content

Commit 53869f2

Browse files
committed
Storybook fix
1 parent d7978f7 commit 53869f2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.storybook/main.js

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
module.exports = {
2+
core: {
3+
builder: 'webpack5',
4+
},
25
stories: ['../src/__stories__/index.js'],
36
};

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
"@babel/traverse": "7.17.12",
6363
"@hot-loader/react-dom": "16.14.0",
6464
"@percy/storybook": "3.3.1",
65+
"@storybook/builder-webpack5": "^6.4.22",
66+
"@storybook/manager-webpack5": "^6.4.22",
6567
"@storybook/react": "6.4.22",
6668
"autoprefixer": "10.4.7",
6769
"babel-jest": "26.6.3",

0 commit comments

Comments
 (0)