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.
1 parent 0c8ad2f commit 803881eCopy full SHA for 803881e
.babelrc
@@ -0,0 +1,10 @@
1
+{
2
+ "presets": [
3
+ [
4
+ "@babel/preset-env",
5
+ {
6
+ "targets": "defaults, not IE 11"
7
+ }
8
+ ]
9
10
+}
0 commit comments