Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit 60ae8c0

Browse files
authoredSep 7, 2017
Merge pull request #1394 from withspectrum/sweet-sweet-seo
Server-side rendering
2 parents c8758a9 + 6428c42 commit 60ae8c0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+2225
-1848
lines changed
 

‎.babelrc

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
]
1616
],
1717
"plugins": [
18+
"babel-plugin-transform-class-properties",
19+
["styled-components", { "ssr": true }],
1820
"transform-flow-strip-types",
1921
"transform-object-rest-spread",
2022
"babel-plugin-transform-react-jsx",

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ build-hermes
1414
package-lock.json
1515
.vscode
1616
dump.rdb
17+
*.swp

0 commit comments

Comments
 (0)