How can I override the manager webpack config in storybook v7? #23934
-
Using Storybook v6, I was able to use |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
We have custom addons that use some functions and utils from our main project (next.js)--requiring aliasing of imports to avoid use of serverside functionality. We also have certain webpack plugins set up. How can I set these for the storybook manager now that esbuild is used in v7? |
Beta Was this translation helpful? Give feedback.
-
For example, we have a function that uses |
Beta Was this translation helpful? Give feedback.
-
Storybook 7 is not using |
Beta Was this translation helpful? Give feedback.
Storybook 7 is not using
webpack
for manager butesbuild
and I couldn't find a way to configure manager bundler.