Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Remove redundant ssr option for styled-components (vercel#27221)
Browse files Browse the repository at this point in the history
Co-authored-by: JJ Kasper <jj@jjsweb.site>
  • Loading branch information
brandonchinn178 and ijjk committed Jul 19, 2021
1 parent 78f9e8f commit 3a4e025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-styled-components/.babelrc
@@ -1,4 +1,4 @@
{
"presets": ["next/babel"],
"plugins": [["styled-components", { "ssr": true }]]
"plugins": ["styled-components"]
}

0 comments on commit 3a4e025

Please sign in to comment.