Skip to content

Commit 637f2be

Browse files
committed
Merge branch 'NullVoxPopuli-react-starbeam'
2 parents e9d388b + f1fd426 commit 637f2be

File tree

8 files changed

+10928
-0
lines changed

8 files changed

+10928
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"presets": [
3+
[
4+
"@babel/preset-env",
5+
{
6+
"targets": {
7+
"browsers": ["last 1 chrome versions"]
8+
}
9+
}
10+
],
11+
["@babel/preset-react", { "runtime": "automatic"
12+
}]
13+
],
14+
"env": {
15+
"development": {
16+
"presets": [
17+
["@babel/preset-react", { "development": true }]
18+
]
19+
}
20+
}
21+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>React with Starbeam</title>
6+
<link href="/css/currentStyle.css" rel="stylesheet"/>
7+
</head>
8+
<body>
9+
<div id='main'></div>
10+
11+
<script src='dist/main.js'></script>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)