Skip to content

Commit

Permalink
Update browser list to match internet explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
j8seangel committed Nov 2, 2017
1 parent 2dc253c commit bc47b10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{
"modules": false,
"targets": {
"browsers": "> 1%",
"browsers": ["> 1%", "last 2 versions", "Firefox ESR", "Safari >= 8", "IE >= 11"],
"uglify": true
},
"useBuiltIns": true
Expand Down
2 changes: 1 addition & 1 deletion .postcssrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"plugins": {
"postcss-cssnext": {
"browsers": ["last 2 versions", "IE > 10"]
"browsers": ["> 1%", "last 2 versions", "Firefox ESR", "Safari >= 8", "IE >= 11"]
},
"autoprefixer": {
"grid": true
Expand Down

0 comments on commit bc47b10

Please sign in to comment.