Skip to content

Commit

Permalink
add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
EnixCoda committed Dec 23, 2021
1 parent 2dd3988 commit b2fc5ee
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 22 deletions.
22 changes: 5 additions & 17 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,10 @@
"plugins": ["babel-plugin-transform-es2015-modules-commonjs"]
}
},
"presets": [
[
"@babel/preset-env",
{
"modules": false,
"targets": {
"esmodules": true
},
"exclude": [
"@babel/plugin-transform-async-to-generator",
"@babel/plugin-proposal-object-rest-spread"
]
}
],
"@babel/preset-typescript",
"@babel/preset-react"
],
// 1
// 2
// 3
// 4
// 5
"plugins": ["@babel/plugin-proposal-optional-chaining", "@babel/plugin-proposal-class-properties"]
}
5 changes: 0 additions & 5 deletions .env.example

This file was deleted.

12 changes: 12 additions & 0 deletions long added file.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
1
2
3
4
5
6
7
8
9
10
11
12
File renamed without changes.
2 changes: 2 additions & 0 deletions short added file.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
1
2

0 comments on commit b2fc5ee

Please sign in to comment.