Better debugging for styled components
If you are using styled components, then you may also consider using babel-plugin-styled-components.
This is a plugin for babel, which provides a few useful configurations, such as:
ssr: for server side rendering support
displayName: show component...
blog.yaox023.com1 min read