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 b748c24 commit c295d65Copy full SHA for c295d65
.babelrc
@@ -0,0 +1,9 @@
1
+{
2
+ "presets": [
3
+ ["env", {
4
+ "targets": {
5
+ "browsers": ["last 2 versions", "IE >= 9"]
6
+ }
7
+ }]
8
+ ]
9
+}
0 commit comments