Skip to content

Commit 6d003cf

Browse files
committed
Update to using Babel 7
1 parent 8500840 commit 6d003cf

File tree

6 files changed

+5733
-5150
lines changed

6 files changed

+5733
-5150
lines changed

.babelrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"presets": [
33
[
4-
"env",
4+
"@babel/preset-env",
55
{
66
"targets": {
77
"node": 6
@@ -10,7 +10,7 @@
1010
]
1111
],
1212
"plugins": [
13-
"transform-runtime"
13+
"@babel/plugin-transform-runtime"
1414
],
1515
"sourceMaps": true,
1616
"retainLines": true,

0 commit comments

Comments
 (0)