Skip to content

Commit 7a3eef3

Browse files
committed
Add Sling.js 13.3.0
* Add Sling.js 13.3.0. No errors produced during implementation isKeyed check.
1 parent 15b1ea9 commit 7a3eef3

File tree

8 files changed

+4514
-0
lines changed

8 files changed

+4514
-0
lines changed

frameworks/non-keyed/slingjs/.babelrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
presets: [ "es2015"],
3+
plugins: ["transform-react-jsx"]
4+
}
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>Sling.js v13.3.0</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)