Skip to content

Commit 80f748c

Browse files
babel-preset-env
1 parent 0160785 commit 80f748c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"presets": ["es2015"],
2+
"presets": ["env"],
33
"plugins": ["babel-plugin-add-module-exports"]
44
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"babel-eslint": "^8.0.2",
3535
"babel-loader": "^7.1.2",
3636
"babel-plugin-add-module-exports": "^0.2.1",
37-
"babel-preset-es2015": "^6.24.1",
37+
"babel-preset-env": "^1.6.1",
3838
"chai": "^4.1.2",
3939
"eslint": "^4.12.0",
4040
"eslint-loader": "^1.9.0",

0 commit comments

Comments
 (0)