Skip to content

Commit 2003657

Browse files
committed
Fix broken framework cyclejs-dom
* Fix broken framework cyclejs-dom.
1 parent 12eba46 commit 2003657

File tree

6 files changed

+4102
-0
lines changed

6 files changed

+4102
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"plugins": [
3+
"syntax-jsx",
4+
["transform-react-jsx", {"pragma": "html"}]
5+
]
6+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Cycle.js [email protected]</title>
6+
<link href="/css/currentStyle.css" rel="stylesheet"/>
7+
</head>
8+
<body>
9+
<div id='main'></div>
10+
<script src='dist/main.js'></script>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)