Skip to content

Commit 1fc6c30

Browse files
committed
Ensure build is supports es5
1 parent 168448f commit 1fc6c30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@babel/preset-env",
88
{
99
"targets": {
10-
"node": true
10+
"browsers": "last 2 versions"
1111
}
1212
}
1313
],

0 commit comments

Comments
 (0)