Skip to content

Commit 34043fa

Browse files
committed
WIP - updating EVERYTHING
1 parent 0ef2c7d commit 34043fa

20 files changed

Lines changed: 15320 additions & 134 deletions

.babelrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"presets": [
3-
"es2015",
4-
"react"
3+
"@babel/preset-env",
4+
"@babel/preset-react"
55
],
66
"plugins": [
77
"transform-function-bind",
8-
"transform-object-rest-spread",
8+
"@babel/plugin-proposal-object-rest-spread",
99
"react-hot-loader/babel"
1010
]
1111
}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6
1+
12

dist/assets/app.js

Lines changed: 76 additions & 98 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assets/app.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.
-19.4 KB
Binary file not shown.
-9.88 KB
Binary file not shown.

dist/assets/hub.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assets/hub.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.
-9.88 KB
Binary file not shown.
-3.79 KB
Binary file not shown.

0 commit comments

Comments
 (0)