Skip to content

Commit cb4d303

Browse files
committed
Git commit adding babel config
1 parent 29ba442 commit cb4d303

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

babel.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
presets: [
3+
["@babel/preset-env", { targets: { node: "current" } }],
4+
"@babel/preset-react",
5+
],
6+
};

0 commit comments

Comments
 (0)