Skip to content

Commit e0e721c

Browse files
committed
Server-side rendering
1 parent 09474a2 commit e0e721c

18 files changed

+2232
-168
lines changed

.babelrc

+3
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@
55
}],
66
"react",
77
],
8+
"plugins": [
9+
"transform-class-properties",
10+
],
811
}

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
*.log
33
lib
44
coverage
5+
example/dist

0 commit comments

Comments
 (0)