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 f938212 commit 27c3d4bCopy full SHA for 27c3d4b
package.json
@@ -17,7 +17,10 @@
17
"babel-jest": "^14.1.0",
18
"babel-polyfill": "^6.13.0",
19
"babel-preset-airbnb": "^2.0.0",
20
+ "babel-preset-es2015": "^6.14.0",
21
"babel-preset-react": "^6.11.1",
22
+ "babel-preset-stage-1": "^6.13.0",
23
+ "babel-preset-stage-2": "^6.13.0",
24
"enzyme": "^2.4.1",
25
"eslint": "^1.6.0",
26
"eslint-plugin-react": "^3.5.1",
src/__tests__/.babelrc
@@ -1,3 +1,3 @@
1
{
2
- "presets": ["airbnb"]
+ "presets": ["airbnb", "stage-1", "stage-2"]
3
}
0 commit comments