You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To help reduce the size of the Storybook project, removing Inquirer seems to be one step in the right direction. It was removed from create-react-app in version 4.0.1, which has drastically reduce the overall install size.
To help reduce the size of the Storybook project, removing Inquirer seems to be one step in the right direction. It was removed from
create-react-app
in version 4.0.1, which has drastically reduce the overall install size.See:
Implemented in #13225
There are still dependencies in the project that rely on the package, but removing it from Storybook itself paves the way for others.
See
yarn why inquirer
for other reasons it exists.The text was updated successfully, but these errors were encountered: