Skip to content

Commit

Permalink
Use "env" preset
Browse files Browse the repository at this point in the history
es2015 preset has been deprecated.
  • Loading branch information
Hyunje Jun committed Apr 18, 2018
1 parent c874b5b commit ba3d294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"babel": {
"presets": [
"es2015"
"env"
]
},
"files": [
Expand Down

0 comments on commit ba3d294

Please sign in to comment.