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 86f2d5c commit 3940249Copy full SHA for 3940249
.babelrc
@@ -1,3 +1,3 @@
1
{
2
- "presets": ["es2015", "flow-vue"]
+ "presets": ["es2015-loose", "flow-vue"]
3
}
package.json
@@ -27,7 +27,7 @@
27
"babel-core": "^6.11.4",
28
"babel-eslint": "^6.1.2",
29
"babel-loader": "^6.2.4",
30
- "babel-preset-es2015": "^6.9.0",
+ "babel-preset-es2015-loose": "^7.0.0",
31
"babel-preset-flow-vue": "^1.0.0",
32
"buble": "^0.12.3",
33
"chromedriver": "^2.21.2",
0 commit comments