We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7fd75e commit 1355683Copy full SHA for 1355683
.babelrc
@@ -4,5 +4,8 @@
4
"es2015",
5
"stage-2",
6
"react"
7
+ ],
8
+ "plugins": [
9
+ "transform-runtime"
10
]
11
}
package.json
@@ -24,6 +24,7 @@
24
"babel-eslint": "7.2.3",
25
"babel-jest": "20.0.3",
26
"babel-loader": "7.1.1",
27
+ "babel-plugin-transform-runtime": "6.23.0",
28
"babel-preset-es2015": "6.24.1",
29
"babel-preset-react": "6.24.1",
30
"babel-preset-stage-2": "6.24.1",
0 commit comments