Skip to content

Commit 0857235

Browse files
Remove unnecessary lines.
1 parent f3b4a23 commit 0857235

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.babelrc

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
11
{
22
"presets": [
3-
[
4-
"@babel/env",
5-
{
6-
"modules": false,
7-
"loose": true
8-
}
9-
]
10-
],
11-
"env": {
12-
"test": {
13-
"presets": [
14-
[
15-
"@babel/env"
16-
]
17-
]
18-
}
19-
}
3+
"@babel/preset-env"
4+
]
205
}

0 commit comments

Comments
 (0)