This website requires JavaScript.
Explore
Help
Sign In
terribleplan
/
next.js
Watch
1
Star
0
Fork
You've already forked next.js
0
mirror of
https://github.com/terribleplan/next.js.git
synced
2024-01-19 02:48:18 +00:00
Code
Issues
Releases
Wiki
Activity
63c25a9c60
next.js
/
examples
/
with-styled-components
/
.babelrc
5 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add SSR to examples/with-styled-components + bump styled_components v2 (#1908)
2017-05-07 12:25:33 +00:00
{
SSR for styled-components babel plugin (fixes #5988) (#6001) Enables SSR for styled-components babel-plugin to prevent HTML attribute mismatch warnings during rehydration.
2019-01-06 23:12:35 +00:00
"presets": ["next/babel"],
"plugins": [["styled-components", { "ssr": true }]]
Remove stage-0 from example (#1959)
2017-05-13 11:01:29 +00:00
}
Reference in a new issue
Copy permalink