Skip to content

Commit fac8dcb

Browse files
authored
Merge pull request testing-library#35 from Gpx/fix-build
Fix build
2 parents 105e932 + 496c260 commit fac8dcb

File tree

4 files changed

+430
-898
lines changed

4 files changed

+430
-898
lines changed

.babelrc

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
{
2-
"presets": ["env", "react"]
3-
}
2+
"presets": [
3+
[
4+
"@babel/preset-env",
5+
{
6+
"targets": {
7+
"node": "8",
8+
},
9+
},
10+
],
11+
"@babel/preset-react"
12+
]
13+
}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
coverage/
3+
dist/

0 commit comments

Comments
 (0)