Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 1a06ae0

Browse files
authored
Update .babelrc
1 parent fc2d96b commit 1a06ae0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.babelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"presets": [
3-
["@babel/preset-env", { "targets": { "node": "current" } }],
3+
["@babel/preset-env"],
44
["@babel/preset-react"]
55
],
66
"plugins": [
77
["@babel/plugin-proposal-class-properties"],
88
["@babel/plugin-proposal-export-default-from"]
99
]
1010
}
11-
11+

0 commit comments

Comments
 (0)