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 0160785 + 3d5c2fe commit f4e3a08Copy full SHA for f4e3a08
.babelrc
@@ -1,4 +1,4 @@
1
{
2
- "presets": ["es2015"],
+ "presets": ["env"],
3
"plugins": ["babel-plugin-add-module-exports"]
4
}
package.json
@@ -31,15 +31,15 @@
31
"devDependencies": {
32
"babel-cli": "^6.26.0",
33
"babel-core": "^6.26.0",
34
- "babel-eslint": "^8.0.2",
+ "babel-eslint": "^8.0.3",
35
"babel-loader": "^7.1.2",
36
"babel-plugin-add-module-exports": "^0.2.1",
37
- "babel-preset-es2015": "^6.24.1",
+ "babel-preset-env": "^1.6.1",
38
"chai": "^4.1.2",
39
- "eslint": "^4.12.0",
+ "eslint": "^4.13.1",
40
"eslint-loader": "^1.9.0",
41
"mocha": "^4.0.1",
42
- "webpack": "^3.8.1",
+ "webpack": "^3.10.0",
43
"yargs": "^10.0.3"
44
45
0 commit comments