-
-
Notifications
You must be signed in to change notification settings - Fork 9.9k
Closed
Description
Describe the bug
@storybook/core@4.1.0 broke (<= 4.0.12 worked) the ability for .storybook/webpack.config.js to contribute to the manager webpack bundle. This is important to us, as we have addons that rely on webpack features that we need to configure, this worked in versions before 4.1.0, however, it appears that this behavior was removed at that time.
To Reproduce
Attempt to use a feature in your .storybook/addon.js that your webpack.config.js enables.
Expected behavior
I should be able to use features and settings in the manager bundle from the custom webpack.config.js
Reactions are currently unavailable