Skip to content

Commit f8ce2f0

Browse files
committed
add changes
1 parent 2dd3988 commit f8ce2f0

5 files changed

+18
-22
lines changed

.babelrc

+4-17
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,9 @@
44
"plugins": ["babel-plugin-transform-es2015-modules-commonjs"]
55
}
66
},
7-
"presets": [
8-
[
9-
"@babel/preset-env",
10-
{
11-
"modules": false,
12-
"targets": {
13-
"esmodules": true
14-
},
15-
"exclude": [
16-
"@babel/plugin-transform-async-to-generator",
17-
"@babel/plugin-proposal-object-rest-spread"
18-
]
19-
}
20-
],
21-
"@babel/preset-typescript",
22-
"@babel/preset-react"
23-
],
7+
// 1
8+
// 2
9+
// 3
10+
// 4
2411
"plugins": ["@babel/plugin-proposal-optional-chaining", "@babel/plugin-proposal-class-properties"]
2512
}

.env.example

-5
This file was deleted.

long added file.txt

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
1
2+
2
3+
3
4+
4
5+
5
6+
6
7+
7
8+
8
9+
9
10+
10
11+
11
12+
12

.env.arm.mac moved.env.arm.mac

File renamed without changes.

short added file.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
1
2+
2

0 commit comments

Comments
 (0)