Removal of webpack 4 #21040
Replies: 3 comments
-
It appears that Storybook V7-beta works without webpack 4. To list all of the dependencies requiring Webpack4 you can run Here's the output of my setup with Storybook V7 beta : It appears docs have not been updated just yet : https://storybook.js.org/docs/7.0/angular/builders/webpack
|
Beta Was this translation helpful? Give feedback.
-
This is having the same impact on our project. |
Beta Was this translation helpful? Give feedback.
-
In a similar vein, when creating a repro issue related to use of fsevents@1, I noticed even the following repro creation cases (using
Would it be possible to have a repro framework/ repro base template that pulls in |
Beta Was this translation helpful? Give feedback.
-
Many of the warnings NPM gives me about deprecated software in my system are coming from the webpack 4 embedded in
@storybook/core-common
. When will you remove embedded support for 4 and replace it with 5?Beta Was this translation helpful? Give feedback.
All reactions