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.
0 parents commit 594431dCopy full SHA for 594431d
.babelrc
@@ -0,0 +1,13 @@
1
+{
2
+ "plugins": [
3
+ "transform-es2015-modules-commonjs",
4
+ "transform-es2015-arrow-functions",
5
+ "transform-es2015-parameters",
6
+ "transform-object-assign",
7
+ "transform-es2015-classes",
8
+ "transform-class-properties",
9
+ "transform-es2015-spread",
10
+ "transform-react-constant-elements",
11
+ "transform-react-inline-elements"
12
+ ]
13
+}
0 commit comments