Skip to content

Commit 54011ca

Browse files
committed
Adds babelrc so breakpoints dont jump around in specs
1 parent b1453b4 commit 54011ca

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

spec/.babelrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"plugins": [
3+
"transform-object-rest-spread"
4+
],
5+
"presets": [
6+
["env", {
7+
"targets": {
8+
"node": "8"
9+
}
10+
}]
11+
],
12+
"sourceMaps": "inline",
13+
"retainLines": true
14+
}

0 commit comments

Comments
 (0)