Uh oh!
There was an error while loading. Please reload this page.
Remove dependency pinning - #11474
Conversation
iansu
commented
Sep 22, 2021
@mrmckeb can you take a quick look and check if there are any other pinned dependencies we want to unpin? |
This is effectively treating the symptom and not the cause, the dependency check makes the flawed assumption that the dependencies of |
mrmckeb
commented
Sep 25, 2021
mrmckeb
commented
Sep 26, 2021
@iansu what do you think about unpinning Webpack too? Storybook is now ahead of us, and that's now flagged in the pre-flight check. Long-term we need to solve this problem. |
d56d751 to
05641cfCompare0b7a94a to
aa93caaCompareiansu
commented
Sep 26, 2021
@mrmckeb Unpinning webpack sounds a bit scary but I think we should aim to unpin everything and see how that goes during the v5 alpha process. |
This PR unpins
babel-loader, which has been causing issues when using Create React App with Storybook.We don't expect this to have any negative side-effects, and users can pin this themselves if needed via Yarn's
resolutionsor npm's upcomingoverridesfeature.Related Storybook issue: storybookjs/storybook#5183.