Skip to content

Commit 76c1518

Browse files
committed
build: swap babelrc for babel.config.js
1 parent a9734d9 commit 76c1518

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.babelrc

-3
This file was deleted.

babel.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
presets: [['@babel/preset-env', {targets: {node: 'current'}}]],
3+
};

0 commit comments

Comments
 (0)