mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
f9b98e6cf7
Enables SSR for styled-components babel-plugin to prevent HTML attribute mismatch warnings during rehydration.
5 lines
87 B
Plaintext
5 lines
87 B
Plaintext
{
|
|
"presets": ["next/babel"],
|
|
"plugins": [["styled-components", { "ssr": true }]]
|
|
}
|