Skip to content

Files

Latest commit

 

History

History
6 lines (4 loc) · 547 Bytes

babel-setup.md

File metadata and controls

6 lines (4 loc) · 547 Bytes

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.