Skip to content

Commit 06cf91d

Browse files
committed
chore: bump babel preset env to node 10
1 parent b3e830f commit 06cf91d

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.babelrc

Lines changed: 0 additions & 11 deletions
This file was deleted.

babel.config.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module.exports = {
2+
presets: [
3+
[
4+
'@babel/preset-env',
5+
{
6+
targets: { node: '10' },
7+
},
8+
],
9+
'@babel/preset-typescript',
10+
],
11+
};

0 commit comments

Comments
 (0)