Skip to content

Commit 61e4e4f

Browse files
Ishan VeerIshan Veer
authored andcommitted
reverted babel config file
1 parent 308f6c9 commit 61e4e4f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

babel.config.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
const plugins = ['istanbul'];
22

33
module.exports = {
4-
presets: [
5-
[
6-
'@babel/preset-env',
7-
{
8-
targets: {
9-
node: 'current',
10-
},
11-
},
12-
],
13-
],
144
plugins: plugins,
155
};

0 commit comments

Comments
 (0)