提交 f9b98e6c 编写于 作者: Z Zack Tanner 提交者: Tim Neutkens

SSR for styled-components babel plugin (fixes #5988) (#6001)

Enables SSR for styled-components babel-plugin to prevent HTML attribute mismatch warnings during rehydration.
上级 22f90098
{
"presets": [
"next/babel"
],
"plugins": [
"styled-components"
]
"presets": ["next/babel"],
"plugins": [["styled-components", { "ssr": true }]]
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册