Skip to content

Commit 765c7d4

Browse files
committed
Babel config file if we avoid rollup
1 parent 57c3683 commit 765c7d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)