We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.babelrc
1 parent a14b93b commit c3a649dCopy full SHA for c3a649d
.babelrc
@@ -0,0 +1,9 @@
1
+{
2
+ "presets": [
3
+ ["env", {
4
+ "targets": {
5
+ "node": "6.10"
6
+ }
7
+ }]
8
+ ]
9
+}
0 commit comments