File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ const config = {
27
27
stories : [ "../stories/*.stories.@(js|jsx|mjs|ts|tsx)" ] ,
28
28
addons : [
29
29
getAbsolutePath ( "@storybook/addon-links" ) ,
30
- getAbsolutePath ( "@storybook/addon-essentials" ) ,
31
30
getAbsolutePath ( "@storybook/addon-onboarding" ) ,
32
31
getAbsolutePath ( "@storybook/addon-interactions" ) ,
32
+ getAbsolutePath ( "@storybook/addon-webpack5-compiler-babel" ) ,
33
33
] ,
34
34
framework : {
35
35
name : getAbsolutePath ( "@storybook/react-webpack5" ) ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"devDependencies" : {
3
3
"@babel/preset-react" : " ^7.24.1" ,
4
- "@storybook/addon-essentials" : " ^8.6.14" ,
5
4
"@storybook/addon-interactions" : " ^8.6.14" ,
6
5
"@storybook/addon-links" : " ^8.6.14" ,
7
6
"@storybook/addon-onboarding" : " ^1.0.8" ,
7
+ "@storybook/addon-webpack5-compiler-babel" : " ^8.6.14" ,
8
8
"@storybook/blocks" : " ^8.6.14" ,
9
9
"@storybook/react" : " ^8.6.14" ,
10
10
"@storybook/react-webpack5" : " ^8.6.14" ,
You can’t perform that action at this time.
0 commit comments