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 = {
2727 stories : [ "../stories/*.stories.@(js|jsx|mjs|ts|tsx)" ] ,
2828 addons : [
2929 getAbsolutePath ( "@storybook/addon-links" ) ,
30- getAbsolutePath ( "@storybook/addon-essentials" ) ,
3130 getAbsolutePath ( "@storybook/addon-onboarding" ) ,
3231 getAbsolutePath ( "@storybook/addon-interactions" ) ,
32+ getAbsolutePath ( "@storybook/addon-webpack5-compiler-babel" ) ,
3333 ] ,
3434 framework : {
3535 name : getAbsolutePath ( "@storybook/react-webpack5" ) ,
Original file line number Diff line number Diff line change 11{
22 "devDependencies" : {
33 "@babel/preset-react" : " ^7.24.1" ,
4- "@storybook/addon-essentials" : " ^8.6.14" ,
54 "@storybook/addon-interactions" : " ^8.6.14" ,
65 "@storybook/addon-links" : " ^8.6.14" ,
76 "@storybook/addon-onboarding" : " ^1.0.8" ,
7+ "@storybook/addon-webpack5-compiler-babel" : " ^8.6.14" ,
88 "@storybook/blocks" : " ^8.6.14" ,
99 "@storybook/react" : " ^8.6.14" ,
1010 "@storybook/react-webpack5" : " ^8.6.14" ,
You can’t perform that action at this time.
0 commit comments