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 748697a commit d87bc9eCopy full SHA for d87bc9e
modules/.babelrc
@@ -1,6 +1,6 @@
1
{
2
"presets": [
3
- "es2015-loose",
+ [ "es2015", { "loose": true } ],
4
"stage-1",
5
"react"
6
],
package.json
@@ -24,8 +24,7 @@
24
"babel-eslint": "^7.0.0",
25
"babel-loader": "^6.2.4",
26
"babel-plugin-dev-expression": "^0.2.1",
27
- "babel-preset-es2015": "^6.9.0",
28
- "babel-preset-es2015-loose": "^8.0.0",
+ "babel-preset-es2015": "^6.14.0",
29
"babel-preset-react": "^6.11.1",
30
"babel-preset-stage-1": "^6.5.0",
31
"eslint": "^3.2.2",
0 commit comments