gatsbyjs / gatsby

The best React-based framework with performance, scalability and security built in.
https://www.gatsbyjs.com
MIT License
55.28k stars 10.31k forks source link

Styled-Components Plugin breaks build after updating gatsby. #6383

Closed jigz closed 6 years ago

jigz commented 6 years ago

— The plugin "gatsby-plugin-styled-components@2.0.11" is exporting a variable named "modifyBabelrc" which isn't an API.

dannywils commented 6 years ago

The modifyBabelrc api and gatsby-plugin-styled-components@2.0.11 are only compatible with the Gatsby v1. To use gastby-plugin-styled-components with Gatsby v2, install gatsby-plugin-styled-components@next which will correspond to version 3.0.0-beta-x.

jigz commented 6 years ago

Thanks