Skip to content

Commit b1790b8

Browse files
author
Javier Diaz
committed
build: babel config
1 parent e007bf5 commit b1790b8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.babelrc

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"presets": [
3+
["env", { "modules": false }]
4+
],
5+
"env": {
6+
"test": {
7+
"presets": [
8+
["env", { "targets": { "node": "current" } }]
9+
]
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)