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.
2 parents 3a10c73 + b033f01 commit a8f1112Copy full SHA for a8f1112
.babelrc
@@ -1,6 +1,6 @@
1
{
2
"presets": [
3
- "es2015",
+ "es2015-loose",
4
"stage-1",
5
"react"
6
]
package.json
@@ -32,7 +32,7 @@
32
"babel-core": "^6.5.1",
33
"babel-eslint": "^4.1.8",
34
"babel-loader": "^6.2.2",
35
- "babel-preset-es2015": "^6.5.0",
+ "babel-preset-es2015-loose": "^7.0.0",
36
"babel-preset-react": "^6.5.0",
37
"babel-preset-stage-1": "^6.5.0",
38
"cross-env": "^1.0.7",
0 commit comments