DEV Community

Discussion on: Quick Guide to setup your React + Typescript Storybook Design System

Collapse
 
johnsocf profile image
Catherine Johnson

How would I set up emotion styles to compile correctly? I tried doing this in the ts config JSON style that awesome-typescript-loader links to by setting babelOption plugins to reference emotion and some other things. I am not getting my emotion styles to compile correctly for storybook yet, though. Do you have any suggestions or examples? Thanks!