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 7045a03 commit 18fe954Copy full SHA for 18fe954
.babelrc
@@ -1,5 +1,5 @@
1
{
2
- "presets": ["es2015"],
+ "presets": ["env"],
3
"env": {
4
"test": {
5
"plugins": ["./lib"]
package.json
@@ -16,7 +16,7 @@
16
"devDependencies": {
17
"babel-cli": "^6.18.0",
18
"babel-core": "^6.24.0",
19
- "babel-preset-es2015": "^6.18.0",
+ "babel-preset-env": "^1.6.1",
20
"babel-register": "^6.24.0",
21
"chai": "^4.1.0",
22
"coveralls": "^3.0.0",
0 commit comments