Created by: mrmckeb
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 resolutions
or npm's upcoming overrides
feature.
Related Storybook issue: https://github.com/storybookjs/storybook/issues/5183.