babel-macro version? #8
Labels
context-api
Hacktobefest
This repository participates in the Hacktoberfest
scope-compatibility
status-evaluation
type-feature
When building a project with create-react-app(CRA), styled-components offers importing it via
styled-components/macro
which will seamlessly integrate with CRA's babel config without having to do anything like eject config to add your own babel config and plugin for styled-components.I've been doing so fine, but when I brought in this package, it wasn't happy as it's importing the non-babel-macro version.
The text was updated successfully, but these errors were encountered: