Back to React Beautiful Dnd

Babel

.storybook/babel-setup.md

13.1.1546 B
Original Source

Babel

storybook looks for a root .babelrc in the project for its babel config. However, we are using .babelrc.js which is not supported. Rather than putting effort into this we are just having a custom .babelrc in this folder which is the same as .babelrc.js. This is lame, but we are looking to move away from storybook in the short term anyway.