Skip to content

Commit

Permalink
Enhance babel env config to transpile for IE9+ (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryhouse committed Aug 7, 2017
1 parent 8ad2d6e commit 57a54e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,12 @@
{
"es2015": {
"modules": false
},
"targets": {
"ie": 9,
"uglify": true
}
}
}
]
],
"plugins": [
Expand Down

0 comments on commit 57a54e7

Please sign in to comment.