Skip to content

Commit

Permalink
Enhance babel env config to transpile for IE9+
Browse files Browse the repository at this point in the history
  • Loading branch information
coryhouse committed Jul 21, 2017
1 parent a5cf0e0 commit e4431a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -130,8 +130,12 @@
{
"es2015": {
"modules": false
},
"targets": {
"ie": 9,
"uglify": true
}
}
}
]
],
"plugins": [
Expand Down

0 comments on commit e4431a3

Please sign in to comment.